rss_header
struct rss_header rss_hdr_int;
# define RSS_HDR struct rss_header rss_hdr;
static void t4_sge_egr_update(t4_sge_iq_t *, const struct rss_header *);
static int t4_handle_cpl_msg(t4_sge_iq_t *, const struct rss_header *,
static int t4_handle_fw_msg(t4_sge_iq_t *, const struct rss_header *);
t4_rss_payload(const struct rss_header *rss)
t4_handle_cpl_msg(t4_sge_iq_t *iq, const struct rss_header *rss, mblk_t *mp)
const struct rss_header *, rss, mblk_t *, mp);
t4_handle_fw_msg(t4_sge_iq_t *iq, const struct rss_header *rss)
const struct rss_header *rss2;
const struct rss_header *, rss);
rss2 = (const struct rss_header *)&cpl->data[0];
t4_sge_egr_update(t4_sge_iq_t *iq, const struct rss_header *rss)
const struct rss_header *rss =
(const struct rss_header *)event_iq->tsi_cdesc;
struct rsp_ctrl *, &ctrl, struct rss_header *, rss);
const struct rss_header *rss =
(const struct rss_header *)rx_iq->tsi_cdesc;
struct rsp_ctrl *, &ctrl, struct rss_header *, rss);