Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/infiniband/hw/hfi1/
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()
/linux-6.6.21/tools/bpf/bpftool/
Dgen.c132 int i, err, off = 0, pad_cnt = 0, vlen = btf_vlen(sec); in codegen_datasec_def() local
188 pad_cnt, need_off - off); in codegen_datasec_def()
189 pad_cnt++; in codegen_datasec_def()