Searched refs:iqtype (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4.h | 1783 unsigned int vf, unsigned int iqtype, unsigned int iqid, 1786 unsigned int vf, unsigned int iqtype, unsigned int iqid,
|
D | t4_hw.c | 8145 unsigned int vf, unsigned int iqtype, unsigned int iqid, in t4_iq_stop() argument 8155 c.type_to_iqandstindex = cpu_to_be32(FW_IQ_CMD_TYPE_V(iqtype)); in t4_iq_stop() 8176 unsigned int vf, unsigned int iqtype, unsigned int iqid, in t4_iq_free() argument 8186 c.type_to_iqandstindex = cpu_to_be32(FW_IQ_CMD_TYPE_V(iqtype)); in t4_iq_free()
|
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4vf/ |
D | t4vf_hw.c | 1830 int t4vf_iq_free(struct adapter *adapter, unsigned int iqtype, in t4vf_iq_free() argument 1842 cpu_to_be32(FW_IQ_CMD_TYPE_V(iqtype)); in t4vf_iq_free()
|