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

/freebsd-11-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);
224 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.c1873 u8 *p_is_forced)
1880 if (p_is_forced)
1881 *p_is_forced = 1;
1883 if (p_is_forced)
1884 *p_is_forced = 0;
1872 ecore_vf_bulletin_get_forced_mac(struct ecore_hwfn *hwfn, u8 *dst_mac, u8 *p_is_forced) argument
H A Dqlnx_os.c3917 uint8_t p_is_forced; local
3924 ecore_vf_read_bulletin(p_hwfn, &p_is_forced);
3925 if (ecore_vf_bulletin_get_forced_mac(p_hwfn, mac, &p_is_forced) ==
3927 device_printf(ha->pci_dev, "%s: p_is_forced = %d"
3929 p_is_forced, mac[0], mac[1], mac[2], mac[3], mac[4], mac[5]);

Completed in 124 milliseconds