Searched refs:p_bulletin (Results 1 – 3 of 3) sorted by relevance
316 struct ecore_bulletin_content *p_bulletin);325 struct ecore_bulletin_content *p_bulletin);334 struct ecore_bulletin_content *p_bulletin);360 …re_mcp_link_params OSAL_UNUSED *p_params, struct ecore_bulletin_content OSAL_UNUSED *p_bulletin) {} in __ecore_vf_get_link_params() argument361 …ecore_mcp_link_state OSAL_UNUSED *p_link, struct ecore_bulletin_content OSAL_UNUSED *p_bulletin) {} in __ecore_vf_get_link_state() argument362 …nk_capabilities OSAL_UNUSED *p_link_caps, struct ecore_bulletin_content OSAL_UNUSED *p_bulletin) {} in __ecore_vf_get_link_caps() argument
1750 struct ecore_bulletin_content *p_bulletin) in __ecore_vf_get_link_params() argument1754 p_params->speed.autoneg = p_bulletin->req_autoneg; in __ecore_vf_get_link_params()1755 p_params->speed.advertised_speeds = p_bulletin->req_adv_speed; in __ecore_vf_get_link_params()1756 p_params->speed.forced_speed = p_bulletin->req_forced_speed; in __ecore_vf_get_link_params()1757 p_params->pause.autoneg = p_bulletin->req_autoneg_pause; in __ecore_vf_get_link_params()1758 p_params->pause.forced_rx = p_bulletin->req_forced_rx; in __ecore_vf_get_link_params()1759 p_params->pause.forced_tx = p_bulletin->req_forced_tx; in __ecore_vf_get_link_params()1760 p_params->loopback_mode = p_bulletin->req_loopback; in __ecore_vf_get_link_params()1771 struct ecore_bulletin_content *p_bulletin) in __ecore_vf_get_link_state() argument1775 p_link->link_up = p_bulletin->link_up; in __ecore_vf_get_link_state()[all …]
364 struct ecore_bulletin_content *p_bulletin; in ecore_iov_post_vf_bulletin() local365 int crc_size = sizeof(p_bulletin->crc); in ecore_iov_post_vf_bulletin()377 p_bulletin = p_vf->bulletin.p_virt; in ecore_iov_post_vf_bulletin()380 p_bulletin->version++; in ecore_iov_post_vf_bulletin()381 p_bulletin->crc = OSAL_CRC32(0, (u8 *)p_bulletin + crc_size, in ecore_iov_post_vf_bulletin()386 p_bulletin->version, p_vf->relative_vf_id, in ecore_iov_post_vf_bulletin()387 p_bulletin->crc); in ecore_iov_post_vf_bulletin()1068 struct ecore_bulletin_content *p_bulletin; in ecore_iov_set_link() local1073 p_bulletin = p_vf->bulletin.p_virt; in ecore_iov_set_link()1074 p_bulletin->req_autoneg = params->speed.autoneg; in ecore_iov_set_link()[all …]