Home
last modified time | relevance | path

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

/drivers/net/ethernet/chelsio/cxgb/
Dcpl5_cmd.h456 struct cpl_tx_pkt_lso { struct
Dsge.c1790 skb = skb_realloc_headroom(skb, sizeof(struct cpl_tx_pkt_lso)); in t1_start_xmit()
1799 struct cpl_tx_pkt_lso *hdr; in t1_start_xmit()
1806 hdr = (struct cpl_tx_pkt_lso *)skb_push(skb, sizeof(*hdr)); in t1_start_xmit()
Dcxgb2.c1101 sizeof(struct cpl_tx_pkt_lso) : sizeof(struct cpl_tx_pkt); in init_one()
/drivers/net/ethernet/chelsio/cxgb4/
Dt4_msg.h506 struct cpl_tx_pkt_lso { struct
Dsge.c1033 struct cpl_tx_pkt_lso *lso = (void *)wr; in t4_eth_xmit()
/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()