Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/qede/base/
H A Decore_vf.c1788 struct ecore_bulletin_content *p_bulletin) in __ecore_vf_get_link_params() argument
1792 p_params->speed.autoneg = p_bulletin->req_autoneg; in __ecore_vf_get_link_params()
1813 p_link->link_up = p_bulletin->link_up; in __ecore_vf_get_link_state()
1814 p_link->speed = p_bulletin->speed; in __ecore_vf_get_link_state()
1815 p_link->full_duplex = p_bulletin->full_duplex; in __ecore_vf_get_link_state()
1816 p_link->an = p_bulletin->autoneg; in __ecore_vf_get_link_state()
1819 p_link->pfc_enabled = p_bulletin->pfc_enabled; in __ecore_vf_get_link_state()
1824 p_link->sfp_tx_fault = p_bulletin->sfp_tx_fault; in __ecore_vf_get_link_state()
1933 struct ecore_bulletin_content *p_bulletin; in ecore_vf_bulletin_get_udp_ports() local
1937 *p_vxlan_port = p_bulletin->vxlan_udp_port; in ecore_vf_bulletin_get_udp_ports()
[all …]
H A Decore_vf.h301 struct ecore_bulletin_content *p_bulletin);
310 struct ecore_bulletin_content *p_bulletin);
319 struct ecore_bulletin_content *p_bulletin);
H A Decore_sriov.c381 struct ecore_bulletin_content *p_bulletin; in ecore_iov_post_vf_bulletin() local
382 int crc_size = sizeof(p_bulletin->crc); in ecore_iov_post_vf_bulletin()
394 p_bulletin = p_vf->bulletin.p_virt; in ecore_iov_post_vf_bulletin()
397 p_bulletin->version++; in ecore_iov_post_vf_bulletin()
398 p_bulletin->crc = OSAL_CRC32(0, (u8 *)p_bulletin + crc_size, in ecore_iov_post_vf_bulletin()
403 p_bulletin->version, p_vf->relative_vf_id, p_bulletin->crc); in ecore_iov_post_vf_bulletin()
1080 p_bulletin = p_vf->bulletin.p_virt; in ecore_iov_set_link()
1089 p_bulletin->link_up = link->link_up; in ecore_iov_set_link()
1090 p_bulletin->speed = link->speed; in ecore_iov_set_link()
1092 p_bulletin->autoneg = link->an; in ecore_iov_set_link()
[all …]