Home
last modified time | relevance | path

Searched refs:nic_mbx (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/net/thunderx/base/
H A Dnicvf_mbox.c114 struct nic_mbx mbx; in nicvf_handle_mbx_intr()
204 struct nic_mbx mbx = { .msg = {0} }; in nicvf_mbox_set_mac_addr()
218 struct nic_mbx mbx = { .msg = { 0 } }; in nicvf_mbox_config_cpi()
231 struct nic_mbx mbx = { .msg = { 0 } }; in nicvf_mbox_get_rss_size()
243 struct nic_mbx mbx = { .msg = { 0 } }; in nicvf_mbox_config_rss()
276 struct nic_mbx mbx = { .msg = { 0 } }; in nicvf_mbox_rq_config()
288 struct nic_mbx mbx = { .msg = { 0 } }; in nicvf_mbox_sq_config()
301 struct nic_mbx mbx = { .msg = { 0 } }; in nicvf_mbox_qset_config()
317 struct nic_mbx mbx = { .msg = { 0 } }; in nicvf_mbox_request_sqs()
338 struct nic_mbx mbx = { .msg = { 0 } }; in nicvf_mbox_rq_drop_config()
[all …]
H A Dnicvf_mbox.h180 struct nic_mbx { struct
201 NICVF_STATIC_ASSERT(sizeof(struct nic_mbx) <= 16); argument