Searched refs:pbyte (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/qib/
H A Dqib_qsfp.h168 #define QSFP_PWR(pbyte) (((pbyte) >> 6) & 3)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dprint-domain.c503 int pbit, pbyte; local
509 pbyte = (pbit & ~7) / 8;
514 if (!TTEST2(*(cp + 1), sizeof(a) - pbyte))
517 memcpy(&a.s6_addr[pbyte], cp + 1, sizeof(a) - pbyte);
523 if (ns_nprint(cp + 1 + sizeof(a) - pbyte, bp) == NULL)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/tidspbridge/pmgr/
H A Dcmm.c175 u8 *pbyte = NULL; local
224 pbyte = (u8 *) pnode->dw_va;
225 for (cnt = 0; cnt < (s32) usize; cnt++, pbyte++)
226 *pbyte = 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/gigaset/
H A Disocdata.c137 unsigned char pbyte; local
166 pbyte = iwb->data[write]; /* save
184 __func__, pbyte, limit);
185 iwb->data[limit] = pbyte; /* restore

Completed in 183 milliseconds