cpl_fw4_ack
struct cpl_fw4_ack *hdr = cplhdr(skb);
const struct cpl_fw4_ack *cpl;
cpl = (const struct cpl_fw4_ack *)rsp;
struct cpl_fw4_ack *hdr = cplhdr(skb) + RSS_HDR;
struct cpl_fw4_ack *rpl = cplhdr(skb) + RSS_HDR;
struct cpl_fw4_ack *rpl = (struct cpl_fw4_ack *)skb->data;
struct cpl_fw4_ack *rpl = (struct cpl_fw4_ack *)cplhdr(skb);