cpl_tx_pkt
sizeof(struct cpl_tx_pkt_lso) : sizeof(struct cpl_tx_pkt);
struct cpl_tx_pkt *cpl;
cpl = (struct cpl_tx_pkt *)hdr;
sizeof(struct cpl_tx_pkt),
sizeof(struct cpl_tx_pkt),
struct cpl_tx_pkt *cpl = (struct cpl_tx_pkt *)d;
if (skb->len > (WR_LEN - sizeof(struct cpl_tx_pkt))) {
if (skb->len <= WR_LEN - sizeof(struct cpl_tx_pkt))
return DIV_ROUND_UP(skb->len + sizeof(struct cpl_tx_pkt),
hdrlen += sizeof(struct cpl_tx_pkt);
#define cpl_tx_pkt_xt cpl_tx_pkt
return DIV_ROUND_UP(skb->len + sizeof(struct cpl_tx_pkt),
hdrlen += sizeof(struct cpl_tx_pkt);