Home
last modified time | relevance | path

Searched refs:mac_config (Results 1 – 2 of 2) sorted by relevance

/drivers/net/
Dbnx2x_main.c6167 struct mac_configuration_cmd *config = bnx2x_sp(bp, mac_config); in bnx2x_set_mac_addr_e1()
6214 U64_HI(bnx2x_sp_mapping(bp, mac_config)), in bnx2x_set_mac_addr_e1()
6215 U64_LO(bnx2x_sp_mapping(bp, mac_config)), 0); in bnx2x_set_mac_addr_e1()
6221 (struct mac_configuration_cmd_e1h *)bnx2x_sp(bp, mac_config); in bnx2x_set_mac_addr_e1h()
6260 U64_HI(bnx2x_sp_mapping(bp, mac_config)), in bnx2x_set_mac_addr_e1h()
6261 U64_LO(bnx2x_sp_mapping(bp, mac_config)), 0); in bnx2x_set_mac_addr_e1h()
8956 struct mac_configuration_cmd *config = bnx2x_sp(bp, mac_config); in bnx2x_test_intr()
8971 U64_HI(bnx2x_sp_mapping(bp, mac_config)), in bnx2x_test_intr()
8972 U64_LO(bnx2x_sp_mapping(bp, mac_config)), 0); in bnx2x_test_intr()
Dbnx2x.h700 struct mac_configuration_cmd mac_config; member