Searched refs:iqtype (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4.h | 2044 unsigned int vf, unsigned int iqtype, unsigned int iqid, 2047 unsigned int vf, unsigned int iqtype, unsigned int iqid,
|
H A D | t4_hw.c | 8345 * @iqtype: the ingress queue type (FW_IQ_TYPE_FL_INT_CAP, etc.) 8355 unsigned int vf, unsigned int iqtype, unsigned int iqid, in t4_iq_stop() 8365 c.type_to_iqandstindex = cpu_to_be32(FW_IQ_CMD_TYPE_V(iqtype)); in t4_iq_stop() 8378 * @iqtype: the ingress queue type 8386 unsigned int vf, unsigned int iqtype, unsigned int iqid, in t4_iq_free() 8396 c.type_to_iqandstindex = cpu_to_be32(FW_IQ_CMD_TYPE_V(iqtype)); in t4_iq_free() 8354 t4_iq_stop(struct adapter *adap, unsigned int mbox, unsigned int pf, unsigned int vf, unsigned int iqtype, unsigned int iqid, unsigned int fl0id, unsigned int fl1id) t4_iq_stop() argument 8385 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) t4_iq_free() argument
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4vf/ |
H A D | t4vf_hw.c | 1832 * @iqtype: the ingress queue type (FW_IQ_TYPE_FL_INT_CAP, etc.) 1839 int t4vf_iq_free(struct adapter *adapter, unsigned int iqtype, in t4vf_iq_free() argument 1851 cpu_to_be32(FW_IQ_CMD_TYPE_V(iqtype)); in t4vf_iq_free()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4.h | 2040 unsigned int vf, unsigned int iqtype, unsigned int iqid, 2043 unsigned int vf, unsigned int iqtype, unsigned int iqid,
|
H A D | t4_hw.c | 8314 * @iqtype: the ingress queue type (FW_IQ_TYPE_FL_INT_CAP, etc.) 8324 unsigned int vf, unsigned int iqtype, unsigned int iqid, in t4_iq_stop() 8334 c.type_to_iqandstindex = cpu_to_be32(FW_IQ_CMD_TYPE_V(iqtype)); in t4_iq_stop() 8347 * @iqtype: the ingress queue type 8355 unsigned int vf, unsigned int iqtype, unsigned int iqid, in t4_iq_free() 8365 c.type_to_iqandstindex = cpu_to_be32(FW_IQ_CMD_TYPE_V(iqtype)); in t4_iq_free() 8323 t4_iq_stop(struct adapter *adap, unsigned int mbox, unsigned int pf, unsigned int vf, unsigned int iqtype, unsigned int iqid, unsigned int fl0id, unsigned int fl1id) t4_iq_stop() argument 8354 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) t4_iq_free() argument
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4vf/ |
H A D | t4vf_hw.c | 1833 * @iqtype: the ingress queue type (FW_IQ_TYPE_FL_INT_CAP, etc.) 1840 int t4vf_iq_free(struct adapter *adapter, unsigned int iqtype, in t4vf_iq_free() argument 1852 cpu_to_be32(FW_IQ_CMD_TYPE_V(iqtype)); in t4vf_iq_free()
|
Completed in 43 milliseconds