cpl_fw6_msg
struct cpl_fw6_msg *rpl = cplhdr(skb);
struct cpl_fw6_msg *rpl = cplhdr(skb);
const struct cpl_fw6_msg *p = (void *)rsp;
const struct cpl_fw6_msg *fw_msg = cpl;
msg_len = (op == CPL_FW6_MSG) ? sizeof(struct cpl_fw6_msg) :
struct cpl_fw6_msg *msg;
msg = (struct cpl_fw6_msg *)(evt_msg->data);
struct cpl_fw6_msg *cpl;
cpl = (struct cpl_fw6_msg *)((uintptr_t)wr + sizeof(__be64));