Home
last modified time | relevance | path

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

/linux/drivers/infiniband/hw/hfi1/
H A Dipoib_tx.c275 u8 pad_cnt; in hfi1_ipoib_build_ib_tx_headers() local
277 pad_cnt = -skb->len & 3; in hfi1_ipoib_build_ib_tx_headers()
280 payload_dwords = ((skb->len + pad_cnt) >> 2) + SIZE_OF_CRC; in hfi1_ipoib_build_ib_tx_headers()
326 bth0 = (IB_OPCODE_UD_SEND_ONLY << 24) | (pad_cnt << 20) | priv->pkey; in hfi1_ipoib_build_ib_tx_headers()