Searched refs:pad_cnt (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/tools/bpf/bpftool/ |
H A D | gen.c | 102 int i, err, off = 0, pad_cnt = 0, vlen = btf_vlen(sec); in codegen_datasec_def() local 162 pad_cnt, need_off - off); in codegen_datasec_def() 163 pad_cnt++; in codegen_datasec_def()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
H A D | ipoib_tx.c | 311 u8 pad_cnt; in hfi1_ipoib_build_ib_tx_headers() local 313 pad_cnt = -skb->len & 3; in hfi1_ipoib_build_ib_tx_headers() 316 payload_dwords = ((skb->len + pad_cnt) >> 2) + SIZE_OF_CRC; in hfi1_ipoib_build_ib_tx_headers() 362 bth0 = (IB_OPCODE_UD_SEND_ONLY << 24) | (pad_cnt << 20) | priv->pkey; in hfi1_ipoib_build_ib_tx_headers()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/ |
H A D | ipoib_tx.c | 275 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()
|
/kernel/linux/linux-6.6/tools/bpf/bpftool/ |
H A D | gen.c | 132 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()
|
Completed in 6 milliseconds