Searched refs:hdr_dwords (Results 1 - 3 of 3) 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_verbs.c952 tx->txreq.addr, tx->hdr_dwords << 2,
1149 tx->hdr_dwords = hdrwords + 2; /* add PBC length */
1155 tx->hdr_dwords = plen + 1;
1156 phdr = kmalloc(tx->hdr_dwords << 2, GFP_ATOMIC);
1165 tx->hdr_dwords << 2, DMA_TO_DEVICE);
H A Dqib.h249 u16 hdr_dwords; member in struct:qib_verbs_txreq
H A Dqib_sdma.c556 dwoffset = tx->hdr_dwords;

Completed in 215 milliseconds