Lines Matching refs:q_num
206 enum mlxsw_pci_queue_type q_type, u8 q_num) in __mlxsw_pci_queue_get() argument
208 return &mlxsw_pci->queues[q_type].q[q_num]; in __mlxsw_pci_queue_get()
212 u8 q_num) in mlxsw_pci_sdq_get() argument
215 MLXSW_PCI_QUEUE_TYPE_SDQ, q_num); in mlxsw_pci_sdq_get()
219 u8 q_num) in mlxsw_pci_rdq_get() argument
222 MLXSW_PCI_QUEUE_TYPE_RDQ, q_num); in mlxsw_pci_rdq_get()
226 u8 q_num) in mlxsw_pci_cq_get() argument
228 return __mlxsw_pci_queue_get(mlxsw_pci, MLXSW_PCI_QUEUE_TYPE_CQ, q_num); in mlxsw_pci_cq_get()
232 u8 q_num) in mlxsw_pci_eq_get() argument
234 return __mlxsw_pci_queue_get(mlxsw_pci, MLXSW_PCI_QUEUE_TYPE_EQ, q_num); in mlxsw_pci_eq_get()
923 struct mlxsw_pci_queue *q, u8 q_num) in mlxsw_pci_queue_init() argument
929 q->num = q_num; in mlxsw_pci_queue_init()