Searched refs:cpl (Results 1 – 2 of 2) sorted by relevance
944 struct cpl_tx_pkt_core *cpl; in tx_do_packet_coalesce() local992 cpl->pack = htons(0); in tx_do_packet_coalesce()993 cpl->len = htons(len); in tx_do_packet_coalesce()1047 struct cpl_tx_pkt_core *cpl; in t4_eth_xmit() local1144 len = sizeof(*cpl); in t4_eth_xmit()1153 cpl = (void *)(wr + 1); in t4_eth_xmit()1155 cpl = (void *)(vmwr + 1); in t4_eth_xmit()1188 cpl = (void *)(lso + 1); in t4_eth_xmit()1215 cpl->pack = htons(0); in t4_eth_xmit()1470 if (cpl->vlan_ex) in cxgbe_fill_mbuf_info()[all …]
22 #define INIT_TP_WR_MIT_CPL(w, cpl, tid) do { \ argument24 OPCODE_TID(w) = cpu_to_be32(MK_OPCODE_TID(cpl, tid)); \