Searched refs:sq_depth (Results 1 – 11 of 11) sorted by relevance
| /f-stack/dpdk/drivers/net/hinic/base/ |
| H A D | hinic_pmd_nicio.h | 179 u16 sq_depth; member 218 u16 sq_depth; member
|
| H A D | hinic_pmd_nicio.c | 471 hinic_set_root_ctxt(void *hwdev, u16 rq_depth, u16 sq_depth, int rx_buf_sz) in hinic_set_root_ctxt() argument 486 root_ctxt.sq_depth = (u16)ilog2(sq_depth); in hinic_set_root_ctxt() 524 root_ctxt.sq_depth = 0; in hinic_clean_root_ctxt() 588 nic_io->sq_depth, rx_buf_sz); in hinic_init_qp_ctxts()
|
| H A D | hinic_pmd_cmd.h | 467 u16 sq_depth; member
|
| /f-stack/dpdk/drivers/net/hinic/ |
| H A D | hinic_pmd_tx.h | 144 u16 sq_depth, unsigned int socket_id);
|
| H A D | hinic_pmd_tx.c | 1300 u16 sq_depth, unsigned int socket_id) in hinic_create_sq() argument 1309 sq->sq_depth = sq_depth; in hinic_create_sq() 1310 nic_io->sq_depth = sq_depth; in hinic_create_sq() 1314 HINIC_SQ_WQEBB_SHIFT, nic_io->sq_depth, in hinic_create_sq()
|
| H A D | hinic_pmd_ethdev.c | 545 u16 sq_depth, tx_free_thresh; in hinic_tx_queue_setup() local 551 sq_depth = (nb_desc & (nb_desc - 1)) ? in hinic_tx_queue_setup() 558 if (sq_depth > HINIC_MAX_QUEUE_DEPTH || in hinic_tx_queue_setup() 559 sq_depth < HINIC_MIN_QUEUE_DEPTH) { in hinic_tx_queue_setup() 562 (int)nb_desc, (int)sq_depth, in hinic_tx_queue_setup() 579 if (tx_free_thresh >= (sq_depth - 1)) { in hinic_tx_queue_setup() 596 rc = hinic_create_sq(hwdev, queue_idx, sq_depth, socket_id); in hinic_tx_queue_setup() 599 queue_idx, dev->data->name, sq_depth); in hinic_tx_queue_setup() 604 txq->q_depth = sq_depth; in hinic_tx_queue_setup()
|
| /f-stack/freebsd/contrib/ena-com/ |
| H A D | ena_admin_defs.h | 282 uint16_t sq_depth; member
|
| H A D | ena_com.c | 1307 create_cmd.sq_depth = io_sq->q_depth; in ena_com_create_io_sq()
|
| /f-stack/freebsd/contrib/ena-com/ena_defs/ |
| H A D | ena_admin_defs.h | 257 uint16_t sq_depth; member
|
| /f-stack/dpdk/drivers/net/ena/base/ena_defs/ |
| H A D | ena_admin_defs.h | 229 uint16_t sq_depth; member
|
| /f-stack/dpdk/drivers/net/ena/base/ |
| H A D | ena_com.c | 1257 create_cmd.sq_depth = io_sq->q_depth; in ena_com_create_io_sq()
|