Home
last modified time | relevance | path

Searched refs:cpl_tx_pkt (Results 1 – 8 of 8) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb/
Dsge.c1777 struct cpl_tx_pkt *cpl; in t1_start_xmit()
1813 cpl = (struct cpl_tx_pkt *)hdr; in t1_start_xmit()
1853 cpl = (struct cpl_tx_pkt *)__skb_push(skb, sizeof(*cpl)); in t1_start_xmit()
2005 sizeof(struct cpl_tx_pkt), in espibug_workaround_t204()
2037 sizeof(struct cpl_tx_pkt), in espibug_workaround()
Dcpl5_cmd.h435 struct cpl_tx_pkt { struct
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.h687 struct cpl_tx_pkt { struct
692 #define cpl_tx_pkt_xt cpl_tx_pkt
Dsge.c776 hdrlen += sizeof(struct cpl_tx_pkt); in is_eth_imm()
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb3/
Dsge.c943 if (skb->len <= WR_LEN - sizeof(struct cpl_tx_pkt)) in calc_tx_descs()
1146 struct cpl_tx_pkt *cpl = (struct cpl_tx_pkt *)d; in write_tx_pkt_wr()
Dt3_cpl.h1083 struct cpl_tx_pkt { struct
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4vf/
Dsge.c866 return DIV_ROUND_UP(skb->len + sizeof(struct cpl_tx_pkt), in calc_tx_flits()