Lines Matching defs:plen
67 * @plen: pad length
76 u16 plen;
118 if (tx->plen)
120 tx->pad + HFI1_VNIC_MAX_PAD - tx->plen,
121 tx->plen);
137 hdrbytes + tx->skb->len + tx->plen,
162 /* setup the last plen bypes of pad */
163 static inline void hfi1_vnic_update_pad(unsigned char *pad, u8 plen)
165 pad[HFI1_VNIC_MAX_PAD - 1] = plen - OPA_VNIC_ICRC_TAIL_LEN;
170 struct sk_buff *skb, u64 pbc, u8 plen)
191 hfi1_vnic_update_pad(tx->pad, plen);
192 tx->plen = plen;