rsp_ctrl
#define IQ_PAD (IQ_ESIZE - sizeof(struct rsp_ctrl) - sizeof(struct rss_header))
struct rsp_ctrl rsp;
typedef int (*an_handler_t)(struct sge_iq *, const struct rsp_ctrl *);
int c4iw_ev_handler(struct sge_iq *iq, const struct rsp_ctrl *rc)
int c4iw_ev_handler(struct sge_iq *, const struct rsp_ctrl *);