alloc_iq_fl_hwq
static int alloc_iq_fl_hwq(struct vi_info *, struct sge_iq *, struct sge_fl *);
rc = alloc_iq_fl_hwq(vi, fwq, NULL);
rc = alloc_iq_fl_hwq(vi, &rxq->iq, &rxq->fl);
rc = alloc_iq_fl_hwq(vi, &ofld_rxq->iq, &ofld_rxq->fl);