Searched refs:qlnx_fastpath (Results 1 – 2 of 2) sorted by relevance
| /freebsd/sys/dev/qlnx/qlnxe/ |
| H A D | qlnx_os.c | 100 static int qlnx_send(qlnx_host_t *ha, struct qlnx_fastpath *fp, 107 static int qlnx_transmit_locked(if_t ifp, struct qlnx_fastpath *fp, 144 static int qlnx_alloc_tx_br(qlnx_host_t *ha, struct qlnx_fastpath *fp); 145 static void qlnx_free_tx_br(qlnx_host_t *ha, struct qlnx_fastpath *fp); 147 static uint16_t qlnx_num_tx_compl(qlnx_host_t *ha, struct qlnx_fastpath *fp, 149 static void qlnx_tx_int(qlnx_host_t *ha, struct qlnx_fastpath *fp, 151 static int qlnx_rx_int(qlnx_host_t *ha, struct qlnx_fastpath *fp, int budget, 435 qlnx_num_tx_compl(qlnx_host_t *ha, struct qlnx_fastpath *fp, in qlnx_num_tx_compl() 536 struct qlnx_fastpath *fp; in qlnx_fp_taskqueue() 579 struct qlnx_fastpath *fp; in qlnx_create_fp_taskqueues() [all …]
|
| H A D | qlnx_def.h | 176 struct qlnx_fastpath { struct 416 struct qlnx_fastpath fp_array[QLNX_MAX_RSS];
|