Searched refs:sq_depth (Results 1 – 8 of 8) sorted by relevance
| /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
|
| /dpdk/drivers/net/hinic/ |
| 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_tx.h | 143 u16 sq_depth, unsigned int socket_id);
|
| H A D | hinic_pmd_ethdev.c | 539 u16 sq_depth, tx_free_thresh; in hinic_tx_queue_setup() local 545 sq_depth = (nb_desc & (nb_desc - 1)) ? in hinic_tx_queue_setup() 552 if (sq_depth > HINIC_MAX_QUEUE_DEPTH || in hinic_tx_queue_setup() 553 sq_depth < HINIC_MIN_QUEUE_DEPTH) { in hinic_tx_queue_setup() 556 (int)nb_desc, (int)sq_depth, in hinic_tx_queue_setup() 573 if (tx_free_thresh >= (sq_depth - 1)) { in hinic_tx_queue_setup() 590 rc = hinic_create_sq(hwdev, queue_idx, sq_depth, socket_id); in hinic_tx_queue_setup() 593 queue_idx, dev->data->name, sq_depth); in hinic_tx_queue_setup() 598 txq->q_depth = sq_depth; in hinic_tx_queue_setup()
|
| /dpdk/drivers/net/ena/base/ena_defs/ |
| H A D | ena_admin_defs.h | 226 uint16_t sq_depth; member
|
| /dpdk/drivers/net/ena/base/ |
| H A D | ena_com.c | 1271 create_cmd.sq_depth = io_sq->q_depth; in ena_com_create_io_sq()
|