Searched refs:iqid (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/cxgb4/
H A Dcxgb4.h607 unsigned int iqid);
609 struct net_device *dev, unsigned int iqid,
612 struct net_device *dev, unsigned int iqid);
733 unsigned int pf, unsigned int vf, unsigned int iqid,
736 unsigned int vf, unsigned int iqtype, unsigned int iqid,
H A Dsge.c2043 iq->cntxt_id = ntohs(c.iqid);
2095 unsigned int iqid)
2119 FW_EQ_ETH_CMD_IQID(iqid));
2145 struct net_device *dev, unsigned int iqid,
2171 FW_EQ_CTRL_CMD_IQID(iqid));
2196 struct net_device *dev, unsigned int iqid)
2220 FW_EQ_OFLD_CMD_IQID(iqid));
2093 t4_sge_alloc_eth_txq(struct adapter *adap, struct sge_eth_txq *txq, struct net_device *dev, struct netdev_queue *netdevq, unsigned int iqid) argument
2144 t4_sge_alloc_ctrl_txq(struct adapter *adap, struct sge_ctrl_txq *txq, struct net_device *dev, unsigned int iqid, unsigned int cmplqid) argument
2195 t4_sge_alloc_ofld_txq(struct adapter *adap, struct sge_ofld_txq *txq, struct net_device *dev, unsigned int iqid) argument
H A Dt4_hw.c2819 * @iqid: ingress queue id
2826 unsigned int pf, unsigned int vf, unsigned int iqid,
2837 c.iqid = htons(iqid);
2850 * @iqid: ingress queue id
2857 unsigned int vf, unsigned int iqtype, unsigned int iqid,
2868 c.iqid = htons(iqid);
2825 t4_iq_start_stop(struct adapter *adap, unsigned int mbox, bool start, unsigned int pf, unsigned int vf, unsigned int iqid, unsigned int fl0id, unsigned int fl1id) argument
2856 t4_iq_free(struct adapter *adap, unsigned int mbox, unsigned int pf, unsigned int vf, unsigned int iqtype, unsigned int iqid, unsigned int fl0id, unsigned int fl1id) argument
H A Dt4fw_api.h584 __be16 iqid; member in struct:fw_iq_cmd
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/cxgb4vf/
H A Dt4vf_hw.c1204 * @iqid: ingress queue ID
1211 unsigned int iqid, unsigned int fl0id, unsigned int fl1id)
1224 cmd.iqid = cpu_to_be16(iqid);
1210 t4vf_iq_free(struct adapter *adapter, unsigned int iqtype, unsigned int iqid, unsigned int fl0id, unsigned int fl1id) argument
H A Dsge.c2155 rspq->cntxt_id = be16_to_cpu(rpl.iqid);
2204 * @iqid: the relative ingress queue ID to which events relating to
2209 unsigned int iqid)
2251 FW_EQ_ETH_CMD_IQID(iqid));
2207 t4vf_sge_alloc_eth_txq(struct adapter *adapter, struct sge_eth_txq *txq, struct net_device *dev, struct netdev_queue *devq, unsigned int iqid) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/cxgb4/
H A Dcq.c62 res->u.cq.iqid = cpu_to_be32(cq->cqid);
139 res->u.cq.iqid = cpu_to_be32(cq->cqid);
H A Dt4fw_ri_api.h289 __be32 iqid; member in struct:fw_ri_res::fw_ri_restype::fw_ri_res_cq

Completed in 69 milliseconds