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

/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Decore_vf_api.h145 * @param p_is_forced - out param which indicate in case mac
152 u8 *p_is_forced);
223 static OSAL_INLINE bool ecore_vf_bulletin_get_forced_mac(struct ecore_hwfn OSAL_UNUSED *hwfn, u8 OSAL_UNUSED *dst_mac, u8 OSAL_UNUSED *p_is_forced) {return false;} argument
H A Decore_vf.c1871 u8 *p_is_forced)
1878 if (p_is_forced)
1879 *p_is_forced = 1;
1881 if (p_is_forced)
1882 *p_is_forced = 0;
1870 ecore_vf_bulletin_get_forced_mac(struct ecore_hwfn *hwfn, u8 *dst_mac, u8 *p_is_forced) argument
H A Dqlnx_os.c3840 uint8_t p_is_forced; local
3847 ecore_vf_read_bulletin(p_hwfn, &p_is_forced);
3848 if (ecore_vf_bulletin_get_forced_mac(p_hwfn, mac, &p_is_forced) ==
3850 device_printf(ha->pci_dev, "%s: p_is_forced = %d"
3852 p_is_forced, mac[0], mac[1], mac[2], mac[3], mac[4], mac[5]);

Completed in 175 milliseconds