Home
last modified time | relevance | path

Searched refs:num_tx_desc (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_ethdev.h441 uint16_t num_tx_desc; /* desc num of per tx queue */ member
H A Dhns3_ethdev_vf.c1327 memcpy(&hw->num_tx_desc, &resp_msg[0], sizeof(uint16_t)); in hns3vf_get_queue_depth()
H A Dhns3_ethdev.c3078 hw->num_tx_desc = cfg.tqp_desc_num; in hns3_get_board_configuration()
/f-stack/freebsd/net/
H A Diflib.c1276 na.num_tx_desc = iflib_num_tx_descs(ctx); in iflib_netmap_attach()