Home
last modified time | relevance | path

Searched refs:cpl_tx_pkt_lso (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb/
Dcpl5_cmd.h455 struct cpl_tx_pkt_lso { struct
Dsge.c1789 skb = skb_realloc_headroom(skb, sizeof(struct cpl_tx_pkt_lso)); in t1_start_xmit()
1798 struct cpl_tx_pkt_lso *hdr; in t1_start_xmit()
1805 hdr = (struct cpl_tx_pkt_lso *)skb_push(skb, sizeof(*hdr)); in t1_start_xmit()
Dcxgb2.c1099 sizeof(struct cpl_tx_pkt_lso) : sizeof(struct cpl_tx_pkt); in init_one()
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/
Dt4_msg.h795 struct cpl_tx_pkt_lso { struct
Dsge.c1222 struct cpl_tx_pkt_lso *lso = (void *)wr; in t4_eth_xmit()
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb3/
Dt3_cpl.h1089 struct cpl_tx_pkt_lso { struct
Dsge.c1157 struct cpl_tx_pkt_lso *hdr = (struct cpl_tx_pkt_lso *)cpl; in write_tx_pkt_wr()