Lines Matching refs:wr
1171 struct fw_eth_tx_pkt_vm_wr *wr; in t4vf_eth_xmit() local
1175 const size_t fw_hdr_copy_len = (sizeof(wr->ethmacdst) + in t4vf_eth_xmit()
1176 sizeof(wr->ethmacsrc) + in t4vf_eth_xmit()
1177 sizeof(wr->ethtype) + in t4vf_eth_xmit()
1178 sizeof(wr->vlantci)); in t4vf_eth_xmit()
1267 wr = (void *)&txq->q.desc[txq->q.pidx]; in t4vf_eth_xmit()
1268 wr->equiq_to_len16 = cpu_to_be32(wr_mid); in t4vf_eth_xmit()
1269 wr->r3[0] = cpu_to_be32(0); in t4vf_eth_xmit()
1270 wr->r3[1] = cpu_to_be32(0); in t4vf_eth_xmit()
1271 skb_copy_from_linear_data(skb, (void *)wr->ethmacdst, fw_hdr_copy_len); in t4vf_eth_xmit()
1272 end = (u64 *)wr + flits; in t4vf_eth_xmit()
1281 struct cpl_tx_pkt_lso_core *lso = (void *)(wr + 1); in t4vf_eth_xmit()
1286 wr->op_immdlen = in t4vf_eth_xmit()
1329 wr->op_immdlen = in t4vf_eth_xmit()
1337 cpl = (void *)(wr + 1); in t4vf_eth_xmit()