Searched refs:mac_msb (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/qlogic/qed/ |
D | qed_l2.c | 934 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()
|
D | qed_hsi.h | 2609 __le16 mac_msb; member
|
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_sp.c | 933 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()
|
D | bnx2x_hsi.h | 3839 __le16 mac_msb; member 3853 __le16 mac_msb; member
|
/linux-4.4.14/net/bluetooth/ |
D | smp.c | 171 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()
|