Home
last modified time | relevance | path

Searched refs:hdrbytes (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/infiniband/hw/hfi1/
H A Dvnic_sdma.c90 u16 hdrbytes = 2 << 2; /* PBC */ in build_vnic_tx_desc() local
95 hdrbytes + tx->skb->len + tx->plen, in build_vnic_tx_desc()
110 hdrbytes); in build_vnic_tx_desc()
H A Dverbs.c727 u16 hdrbytes = (tx->hdr_dwords + sizeof(pbc) / 4) << 2; in build_verbs_tx_desc() local
735 extra_bytes = hfi1_get_16b_padding(hdrbytes - 8, length) + in build_verbs_tx_desc()
742 hdrbytes + length + in build_verbs_tx_desc()
756 hdrbytes); in build_verbs_tx_desc()
767 hdrbytes, in build_verbs_tx_desc()