rss_header
struct rss_header rss_hdr_int;
# define RSS_HDR struct rss_header rss_hdr;
static int t4_eth_rx(struct sge_iq *iq, const struct rss_header *rss,
static void t4_sge_egr_update(struct sge_iq *, const struct rss_header *);
static int t4_handle_cpl_msg(struct sge_iq *, const struct rss_header *,
static int t4_handle_fw_msg(struct sge_iq *, const struct rss_header *);
t4_rss_payload(const struct rss_header *rss)
t4_handle_cpl_msg(struct sge_iq *iq, const struct rss_header *rss, mblk_t *mp)
const struct rss_header *, rss, mblk_t *, mp);
t4_handle_fw_msg(struct sge_iq *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_eth_rx(struct sge_iq *iq, const struct rss_header *rss, mblk_t *m)
t4_sge_egr_update(struct sge_iq *iq, const struct rss_header *rss)
const struct rss_header *rss =
(const struct rss_header *)iq->cdesc;
const struct rss_header *rss =
(const struct rss_header *)iq->cdesc;