Lines Matching refs:wr
1168 struct fw_eth_tx_pkt_vm_wr *wr; in t4vf_eth_xmit() local
1172 const size_t fw_hdr_copy_len = (sizeof(wr->ethmacdst) + in t4vf_eth_xmit()
1173 sizeof(wr->ethmacsrc) + in t4vf_eth_xmit()
1174 sizeof(wr->ethtype) + in t4vf_eth_xmit()
1175 sizeof(wr->vlantci)); in t4vf_eth_xmit()
1257 wr = (void *)&txq->q.desc[txq->q.pidx]; in t4vf_eth_xmit()
1258 wr->equiq_to_len16 = cpu_to_be32(wr_mid); in t4vf_eth_xmit()
1259 wr->r3[0] = cpu_to_be32(0); in t4vf_eth_xmit()
1260 wr->r3[1] = cpu_to_be32(0); in t4vf_eth_xmit()
1261 skb_copy_from_linear_data(skb, (void *)wr->ethmacdst, fw_hdr_copy_len); in t4vf_eth_xmit()
1262 end = (u64 *)wr + flits; in t4vf_eth_xmit()
1271 struct cpl_tx_pkt_lso_core *lso = (void *)(wr + 1); in t4vf_eth_xmit()
1276 wr->op_immdlen = in t4vf_eth_xmit()
1313 wr->op_immdlen = in t4vf_eth_xmit()
1321 cpl = (void *)(wr + 1); in t4vf_eth_xmit()