Searched defs:pbc (Results 1 - 11 of 11) sorted by relevance

/drivers/infiniband/hw/qib/
H A Dqib_rc.c653 u64 pbc; local
713 pbc = ((u64) control << 32) | (hwords + 1);
715 piobuf = dd->f_getsendbuf(ppd, pbc, &pbufn);
729 * Write the pbc.
733 writeq(pbc, piobuf);
H A Dqib_user_sdma.c406 __le32 *pbc; local
441 pbc = dma_pool_alloc(pq->header_cache, GFP_KERNEL,
444 pbc = NULL;
446 if (!pbc) {
452 pbc = kmap(page);
455 cfur = copy_from_user(pbc, iov[idx].iov_base, len);
463 * the pbc counts the number of 32 bit words in the full
464 * packet _except_ the first word of the pbc itself...
477 pktnw = le32_to_cpu(*pbc) & QIB_PBC_LENGTH_MASK;
522 page, pbc, dma_add
[all...]
H A Dqib_verbs.c1177 phdr->pbc[0] = cpu_to_le32(plen);
1178 phdr->pbc[1] = cpu_to_le32(control);
1194 phdr->pbc[0] = cpu_to_le32(plen);
1195 phdr->pbc[1] = cpu_to_le32(control);
1267 u64 pbc; local
1275 pbc = ((u64) control << 32) | plen;
1276 piobuf = dd->f_getsendbuf(ppd, pbc, &pbufn);
1281 * Write the pbc.
1285 writeq(pbc, piobuf);
1375 * The +1 counts for the pbc contro
[all...]
H A Dqib_iba6120.c478 #define PBC_6120_VL15_SEND_CTRL (1ULL << 31) /* pbc; VL15; link_buf only */
2847 * buffer, less the qword pbc, plus 1 for ICRC, in dwords
3373 static u32 __iomem *qib_6120_getsendbuf(struct qib_pportdata *ppd, u64 pbc, argument
3376 u32 first, last, plen = pbc & QIB_PBC_LENGTH_MASK;
3380 if (((pbc >> 32) & PBC_6120_VL15_SEND_CTRL) &&
3424 * the pbc doesn't need a VL15 indicator, but we need it for link_buf.
H A Dqib_verbs.h199 __le32 pbc[2]; member in struct:qib_pio_header
H A Dqib_iba7220.c496 #define PBC_7220_VL15_SEND (1ULL << 63) /* pbc; VL15, no credit check */
2574 * buffer, less the qword pbc, plus 1 for ICRC, in dwords
3410 u64 pbc; local
3416 pbc = 7 + dcnt + 1; /* 7 dword header, dword data, icrc */
3417 pbc |= PBC_7220_VL15_SEND;
3424 writeq(pbc, piobuf);
4185 static u32 __iomem *qib_7220_getsendbuf(struct qib_pportdata *ppd, u64 pbc, argument
4188 u32 first, last, plen = pbc & QIB_PBC_LENGTH_MASK;
4192 if (((pbc >> 32) & PBC_7220_VL15_SEND_CTRL) &&
H A Dqib_iba7322.c444 #define PBC_7322_VL15_SEND (1ULL << 63) /* pbc; VL15, no credit check */
1350 u64 pbc; local
1369 pbc = PBC_7322_VL15_SEND |
1372 piobuf = qib_7322_getsendbuf(ppd, pbc, &bufn);
1375 writeq(pbc, piobuf);
3888 * buffer, less the qword pbc, plus 1 for ICRC, in dwords
4922 u64 pbc; local
4930 pbc = ((u64) control << 32) | len;
4931 while (!(piobuf = qib_7322_getsendbuf(ppd, pbc, &pnum))) {
4938 writeq(pbc, piobu
6410 qib_7322_getsendbuf(struct qib_pportdata *ppd, u64 pbc, u32 *pbufnum) argument
[all...]
/drivers/infiniband/hw/ipath/
H A Dipath_user_sdma.c404 __le32 *pbc; local
439 pbc = dma_pool_alloc(pq->header_cache, GFP_KERNEL,
442 pbc = NULL;
444 if (!pbc) {
450 pbc = kmap(page);
453 cfur = copy_from_user(pbc, iov[idx].iov_base, len);
461 * the pbc counts the number of 32 bit words in the full
462 * packet _except_ the first word of the pbc itself...
475 pktnw = le32_to_cpu(*pbc) & IPATH_PBC_LENGTH_MASK;
521 page, pbc, dma_add
[all...]
H A Dipath_verbs.h147 __le32 pbc[2]; member in struct:ipath_pio_header
/drivers/net/wireless/ath/carl9170/
H A Dcarl9170.h431 struct input_dev *pbc; member in struct:ar9170::__anon3220
/drivers/net/wireless/bcmdhd/
H A Dwl_cfg80211.c792 wl_validate_wps_ie(char *wps_ie, s32 wps_ie_len, bool *pbc) argument
846 *pbc = (HTON16(val) == DEV_PW_PUSHBUTTON) ? true : false;
5416 bool pbc = 0; local
5509 wl_validate_wps_ie((char *) ies.wps_ie, ies.wps_ie_len, &pbc);
5510 if (pbc)

Completed in 183 milliseconds