Home
last modified time | relevance | path

Searched refs:mac_msb (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/qlogic/qed/
Dqed_l2.c934 qed_set_fw_mac_addr(&p_first_filter->mac_msb, in qed_filter_ucast_common()
953 p_second_filter->mac_msb = p_first_filter->mac_msb; in qed_filter_ucast_common()
Dqed_hsi.h2609 __le16 mac_msb; member
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_sp.c933 bnx2x_set_fw_mac_addr(&rule_entry->mac.mac_msb, in bnx2x_set_one_mac_e2()
951 bnx2x_set_fw_mac_addr(&rule_entry->mac.mac_msb, in bnx2x_set_one_mac_e2()
1141 bnx2x_set_fw_mac_addr(&rule_entry->pair.mac_msb, in bnx2x_set_one_vlan_mac_e2()
1161 bnx2x_set_fw_mac_addr(&rule_entry->pair.mac_msb, in bnx2x_set_one_vlan_mac_e2()
Dbnx2x_hsi.h3839 __le16 mac_msb; member
3853 __le16 mac_msb; member
/linux-4.4.14/net/bluetooth/
Dsmp.c171 uint8_t tmp[16], mac_msb[16], msg_msb[CMAC_MSG_MAX]; in aes_cmac() local
210 err = crypto_hash_final(&desc, mac_msb); in aes_cmac()
216 swap_buf(mac_msb, mac, 16); in aes_cmac()