Searched refs:nicvf_mbox_send_msg_to_pf (Results 1 – 1 of 1) sorted by relevance
| /f-stack/dpdk/drivers/net/thunderx/base/ |
| H A D | nicvf_mbox.c | 197 return nicvf_mbox_send_msg_to_pf(nic, &mbx); in nicvf_mbox_check_pf_ready() 212 return nicvf_mbox_send_msg_to_pf(nic, &mbx); in nicvf_mbox_set_mac_addr() 225 return nicvf_mbox_send_msg_to_pf(nic, &mbx); in nicvf_mbox_config_cpi() 237 return nicvf_mbox_send_msg_to_pf(nic, &mbx); in nicvf_mbox_get_rss_size() 265 if (nicvf_mbox_send_msg_to_pf(nic, &mbx)) in nicvf_mbox_config_rss() 282 return nicvf_mbox_send_msg_to_pf(nic, &mbx); in nicvf_mbox_rq_config() 295 return nicvf_mbox_send_msg_to_pf(nic, &mbx); in nicvf_mbox_sq_config() 311 return nicvf_mbox_send_msg_to_pf(nic, &mbx); in nicvf_mbox_qset_config() 332 return nicvf_mbox_send_msg_to_pf(nic, &mbx); in nicvf_mbox_request_sqs() 351 return nicvf_mbox_send_msg_to_pf(nic, &mbx); in nicvf_mbox_rq_drop_config() [all …]
|