Home
last modified time | relevance | path

Searched refs:sq_depth (Results 1 – 11 of 11) sorted by relevance

/f-stack/dpdk/drivers/net/hinic/base/
H A Dhinic_pmd_nicio.h179 u16 sq_depth; member
218 u16 sq_depth; member
H A Dhinic_pmd_nicio.c471 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 Dhinic_pmd_cmd.h467 u16 sq_depth; member
/f-stack/dpdk/drivers/net/hinic/
H A Dhinic_pmd_tx.h144 u16 sq_depth, unsigned int socket_id);
H A Dhinic_pmd_tx.c1300 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 Dhinic_pmd_ethdev.c545 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 Dena_admin_defs.h282 uint16_t sq_depth; member
H A Dena_com.c1307 create_cmd.sq_depth = io_sq->q_depth; in ena_com_create_io_sq()
/f-stack/freebsd/contrib/ena-com/ena_defs/
H A Dena_admin_defs.h257 uint16_t sq_depth; member
/f-stack/dpdk/drivers/net/ena/base/ena_defs/
H A Dena_admin_defs.h229 uint16_t sq_depth; member
/f-stack/dpdk/drivers/net/ena/base/
H A Dena_com.c1257 create_cmd.sq_depth = io_sq->q_depth; in ena_com_create_io_sq()