Searched refs:lldp_mac (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Dqlnx_ioctl.c768 uint8_t lldp_mac[6] = {0}; local
772 ret = ecore_mcp_get_lldp_mac(p_hwfn, p_ptt, lldp_mac);
796 lldp_params.chassis_id_tlv[0] |= lldp_mac[0] << 24;
797 lldp_params.chassis_id_tlv[1] = lldp_mac[1] | (lldp_mac[2] << 8) |
798 (lldp_mac[3] << 16) | (lldp_mac[4] << 24);
799 lldp_params.chassis_id_tlv[2] = lldp_mac[5];
807 lldp_params.port_id_tlv[0] |= lldp_mac[0] << 24;
808 lldp_params.port_id_tlv[1] = lldp_mac[
[all...]
H A Dmcp_private.h409 struct mcp_mac lldp_mac; member in struct:private_port
H A Decore_mcp.c4228 struct mcp_mac lldp_mac; local
4233 mb_params.p_data_dst = &lldp_mac;
4234 mb_params.data_dst_size = sizeof(lldp_mac);
4246 *(u16 *)lldp_mac_addr = OSAL_BE16_TO_CPU(*(u16 *)&lldp_mac.mac_upper);
4247 *(u32 *)(lldp_mac_addr + 2) = OSAL_BE32_TO_CPU(lldp_mac.mac_lower);
4262 struct mcp_mac lldp_mac; local
4270 OSAL_MEM_ZERO(&lldp_mac, sizeof(lldp_mac));
4271 lldp_mac.mac_upper = OSAL_CPU_TO_BE16(*(u16 *)lldp_mac_addr);
4272 lldp_mac
[all...]
H A Dmcp_public.h1226 struct mcp_mac lldp_mac; member in union:drv_union_data

Completed in 150 milliseconds