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

/freebsd-12-stable/sys/dev/qlnx/qlnxe/
H A Decore_vf.h315 * @param p_bulletin
318 struct ecore_bulletin_content *p_bulletin);
324 * @param p_bulletin
327 struct ecore_bulletin_content *p_bulletin);
333 * @param p_bulletin
336 struct ecore_bulletin_content *p_bulletin);
364 static OSAL_INLINE void __ecore_vf_get_link_params(struct ecore_mcp_link_params OSAL_UNUSED *p_params, struct ecore_bulletin_content OSAL_UNUSED *p_bulletin) {} argument
365 static OSAL_INLINE void __ecore_vf_get_link_state(struct ecore_mcp_link_state OSAL_UNUSED *p_link, struct ecore_bulletin_content OSAL_UNUSED *p_bulletin) {} argument
366 static OSAL_INLINE void __ecore_vf_get_link_caps(struct ecore_mcp_link_capabilities OSAL_UNUSED *p_link_caps, struct ecore_bulletin_content OSAL_UNUSED *p_bulletin) {} argument
H A Decore_vf.c1754 struct ecore_bulletin_content *p_bulletin)
1758 p_params->speed.autoneg = p_bulletin->req_autoneg;
1759 p_params->speed.advertised_speeds = p_bulletin->req_adv_speed;
1760 p_params->speed.forced_speed = p_bulletin->req_forced_speed;
1761 p_params->pause.autoneg = p_bulletin->req_autoneg_pause;
1762 p_params->pause.forced_rx = p_bulletin->req_forced_rx;
1763 p_params->pause.forced_tx = p_bulletin->req_forced_tx;
1764 p_params->loopback_mode = p_bulletin->req_loopback;
1775 struct ecore_bulletin_content *p_bulletin)
1779 p_link->link_up = p_bulletin
1753 __ecore_vf_get_link_params(struct ecore_mcp_link_params *p_params, struct ecore_bulletin_content *p_bulletin) argument
1774 __ecore_vf_get_link_state(struct ecore_mcp_link_state *p_link, struct ecore_bulletin_content *p_bulletin) argument
1800 __ecore_vf_get_link_caps(struct ecore_mcp_link_capabilities *p_link_caps, struct ecore_bulletin_content *p_bulletin) argument
1898 struct ecore_bulletin_content *p_bulletin; local
[all...]
H A Decore_sriov.c367 struct ecore_bulletin_content *p_bulletin; local
368 int crc_size = sizeof(p_bulletin->crc);
380 p_bulletin = p_vf->bulletin.p_virt;
383 p_bulletin->version++;
384 p_bulletin->crc = OSAL_CRC32(0, (u8 *)p_bulletin + crc_size,
389 p_bulletin->version, p_vf->relative_vf_id,
390 p_bulletin->crc);
1071 struct ecore_bulletin_content *p_bulletin; local
1076 p_bulletin
3442 struct ecore_bulletin_content *p_bulletin = vf->bulletin.p_virt; local
4100 struct ecore_bulletin_content *p_bulletin; local
[all...]

Completed in 117 milliseconds