Lines Matching refs:iqid
4450 iq->cntxt_id = ntohs(c.iqid); in t4_sge_alloc_rxq()
4567 unsigned int iqid, u8 dbqt) in t4_sge_alloc_eth_txq() argument
4605 FW_EQ_ETH_CMD_FETCHRO_F | FW_EQ_ETH_CMD_IQID_V(iqid)); in t4_sge_alloc_eth_txq()
4654 struct net_device *dev, unsigned int iqid, in t4_sge_alloc_ctrl_txq() argument
4683 FW_EQ_CTRL_CMD_FETCHRO_F | FW_EQ_CTRL_CMD_IQID_V(iqid)); in t4_sge_alloc_ctrl_txq()
4724 struct net_device *dev, u32 cmd, u32 iqid) in t4_sge_alloc_ofld_txq() argument
4756 FW_EQ_OFLD_CMD_FETCHRO_F | FW_EQ_OFLD_CMD_IQID_V(iqid)); in t4_sge_alloc_ofld_txq()
4780 struct net_device *dev, unsigned int iqid, in t4_sge_alloc_uld_txq() argument
4789 ret = t4_sge_alloc_ofld_txq(adap, &txq->q, dev, cmd, iqid); in t4_sge_alloc_uld_txq()
4803 struct net_device *dev, u32 iqid) in t4_sge_alloc_ethofld_txq() argument
4807 ret = t4_sge_alloc_ofld_txq(adap, &txq->q, dev, FW_EQ_OFLD_CMD, iqid); in t4_sge_alloc_ethofld_txq()