Home
last modified time | relevance | path

Searched refs:max_msg (Results 1 – 3 of 3) sorted by relevance

/dpdk/drivers/net/i40e/
H A Di40e_pf.c1535 if (!pf->vf_msg_cfg.max_msg) in i40e_pf_host_handle_vf_msg()
1540 vf->msg_index %= pf->vf_msg_cfg.max_msg; in i40e_pf_host_handle_vf_msg()
1555 vf_id, pf->vf_msg_cfg.max_msg, in i40e_pf_host_handle_vf_msg()
1598 size = pf->vf_msg_cfg.max_msg * sizeof(uint64_t); in i40e_pf_host_init()
H A Di40e_ethdev.h1096 uint32_t max_msg; member
H A Di40e_ethdev.c1350 if (sscanf(value, "%u@%u:%u", &cfg->max_msg, &cfg->period, in read_vf_msg_config()
1362 if (cfg->max_msg && (!cfg->period || !cfg->ignore_second)) { in read_vf_msg_config()