Lines Matching refs:q_num
296 enum mlxsw_pci_queue_type q_type, u8 q_num) in __mlxsw_pci_queue_get() argument
298 return &mlxsw_pci->queues[q_type].q[q_num]; in __mlxsw_pci_queue_get()
302 u8 q_num) in mlxsw_pci_sdq_get() argument
305 MLXSW_PCI_QUEUE_TYPE_SDQ, q_num); in mlxsw_pci_sdq_get()
309 u8 q_num) in mlxsw_pci_rdq_get() argument
312 MLXSW_PCI_QUEUE_TYPE_RDQ, q_num); in mlxsw_pci_rdq_get()
316 u8 q_num) in mlxsw_pci_cq_get() argument
318 return __mlxsw_pci_queue_get(mlxsw_pci, MLXSW_PCI_QUEUE_TYPE_CQ, q_num); in mlxsw_pci_cq_get()
322 u8 q_num) in mlxsw_pci_eq_get() argument
324 return __mlxsw_pci_queue_get(mlxsw_pci, MLXSW_PCI_QUEUE_TYPE_EQ, q_num); in mlxsw_pci_eq_get()
932 struct mlxsw_pci_queue *q, u8 q_num) in mlxsw_pci_queue_init() argument
939 q->num = q_num; in mlxsw_pci_queue_init()