| /drivers/net/ethernet/huawei/hinic3/ |
| A D | hinic3_nic_cfg.c | 120 mac_info.func_id = func_id; in hinic3_set_mac() 121 mac_info.vlan_id = vlan_id; in hinic3_set_mac() 124 mgmt_msg_params_init_default(&msg_params, &mac_info, sizeof(mac_info)); in hinic3_set_mac() 129 mac_info.vlan_id)) { in hinic3_set_mac() 162 mac_info.func_id = func_id; in hinic3_del_mac() 163 mac_info.vlan_id = vlan_id; in hinic3_del_mac() 166 mgmt_msg_params_init_default(&msg_params, &mac_info, sizeof(mac_info)); in hinic3_del_mac() 193 mac_info.func_id = func_id; in hinic3_update_mac() 194 mac_info.vlan_id = vlan_id; in hinic3_update_mac() 198 mgmt_msg_params_init_default(&msg_params, &mac_info, sizeof(mac_info)); in hinic3_update_mac() [all …]
|
| /drivers/net/ethernet/huawei/hinic/ |
| A D | hinic_sriov.c | 33 u16 out_size = sizeof(mac_info); in hinic_set_mac() 36 mac_info.func_idx = func_id; in hinic_set_mac() 37 mac_info.vlan_id = vlan_id; in hinic_set_mac() 41 sizeof(mac_info), &mac_info, &out_size); in hinic_set_mac() 43 (mac_info.status && mac_info.status != HINIC_MGMT_STATUS_EXIST)) { in hinic_set_mac() 334 mac_info->status = 0; in hinic_get_vf_mac_msg_handler() 335 *out_size = sizeof(*mac_info); in hinic_get_vf_mac_msg_handler() 551 mac_info.func_id = func_id; in hinic_update_mac() 552 mac_info.vlan_id = vlan_id; in hinic_update_mac() 557 sizeof(mac_info), &mac_info, &out_size); in hinic_update_mac() [all …]
|
| /drivers/net/ethernet/hisilicon/hns/ |
| A D | hns_dsaf_gmac.c | 488 static void hns_gmac_get_info(void *mac_drv, struct mac_info *mac_info) in hns_gmac_get_info() argument 501 mac_info->auto_neg = port_mode.an_enable; in hns_gmac_get_info() 504 mac_info->tx_pause_time = fc_tx_timer; in hns_gmac_get_info() 507 mac_info->port_en = rx && tx; in hns_gmac_get_info() 510 mac_info->duplex = duplex; in hns_gmac_get_info() 515 mac_info->speed = MAC_SPEED_10; in hns_gmac_get_info() 518 mac_info->speed = MAC_SPEED_100; in hns_gmac_get_info() 521 mac_info->speed = MAC_SPEED_1000; in hns_gmac_get_info() 524 mac_info->speed = 0; in hns_gmac_get_info() 529 mac_info->rx_pause_en = rx_pause; in hns_gmac_get_info() [all …]
|
| A D | hns_dsaf_xgmac.c | 425 static void hns_xgmac_get_info(void *mac_drv, struct mac_info *mac_info) in hns_xgmac_get_info() argument 431 mac_info->pad_and_crc_en = dsaf_get_bit(ctrl_val, XGMAC_CTL_TX_PAD_B); in hns_xgmac_get_info() 432 mac_info->auto_neg = 0; in hns_xgmac_get_info() 435 mac_info->tx_pause_time = pause_time; in hns_xgmac_get_info() 438 mac_info->port_en = dsaf_get_field(port_mode, XGMAC_PORT_MODE_TX_M, in hns_xgmac_get_info() 442 mac_info->duplex = 1; in hns_xgmac_get_info() 443 mac_info->speed = MAC_SPEED_10000; in hns_xgmac_get_info() 446 mac_info->rx_pause_en = dsaf_get_bit(pause_ctrl, XGMAC_PAUSE_CTL_RX_B); in hns_xgmac_get_info() 447 mac_info->tx_pause_en = dsaf_get_bit(pause_ctrl, XGMAC_PAUSE_CTL_TX_B); in hns_xgmac_get_info()
|
| A D | hns_dsaf_mac.h | 193 struct mac_info { struct 389 void (*get_info)(void *mac_drv, struct mac_info *mac_info);
|
| A D | hns_dsaf_mac.c | 124 struct mac_info info; in hns_mac_get_port_info()
|
| /drivers/net/wireless/quantenna/qtnfmac/ |
| A D | commands.c | 980 struct qtnf_mac_info *mac_info = &mac->macinfo; in qtnf_parse_wowlan_info() local 997 mac_info->wowlan = supp; in qtnf_parse_wowlan_info() 1220 struct qtnf_mac_info *mac_info; in qtnf_cmd_resp_proc_mac_info() local 1225 mac_info = &mac->macinfo; in qtnf_cmd_resp_proc_mac_info() 1227 mac_info->bands_cap = resp_info->bands_cap; in qtnf_cmd_resp_proc_mac_info() 1236 mac_info->num_tx_chain = resp_info->num_tx_chain; in qtnf_cmd_resp_proc_mac_info() 1240 mac_info->radar_detect_widths = in qtnf_cmd_resp_proc_mac_info() 1246 mac_info->sretry_limit = resp_info->retry_short; in qtnf_cmd_resp_proc_mac_info() 1247 mac_info->lretry_limit = resp_info->retry_long; in qtnf_cmd_resp_proc_mac_info() 1252 sizeof(mac_info->ht_cap_mod_mask)); in qtnf_cmd_resp_proc_mac_info() [all …]
|
| A D | cfg80211.c | 1096 qtnf_wiphy_setup_if_comb(struct wiphy *wiphy, struct qtnf_mac_info *mac_info) in qtnf_wiphy_setup_if_comb() argument 1103 if_comb = mac_info->if_comb; in qtnf_wiphy_setup_if_comb() 1104 n_if_comb = mac_info->n_if_comb; in qtnf_wiphy_setup_if_comb() 1110 if_comb[i].radar_detect_widths = mac_info->radar_detect_widths; in qtnf_wiphy_setup_if_comb()
|
| /drivers/net/fddi/skfp/h/ |
| A D | fddi.h | 23 u_char mac_info[4478] ; member
|
| A D | fplustm.h | 169 u_char mac_info[0x20] ; member
|
| /drivers/net/fddi/skfp/ |
| A D | fplustm.c | 483 set_int((char *)mac->mac_info,(int)t_request) ; in build_claim_beacon() 498 set_int((char *) mac->mac_info,((int)BEACON_INFO<<24) + 0 ) ; in build_claim_beacon() 514 set_int((char *) mac->mac_info,((int)DBEACON_INFO<<24) + 0 ) ; in build_claim_beacon() 515 set_int((char *) mac->mac_info+4,0) ; in build_claim_beacon() 516 set_int((char *) mac->mac_info+8,0) ; in build_claim_beacon()
|
| /drivers/net/wireless/microchip/wilc1000/ |
| A D | hif.c | 37 struct wilc_rcvd_mac_info mac_info; member 692 struct wilc_rcvd_mac_info *mac_info = &msg->body.mac_info; in handle_rcvd_gnrl_async_info() local 711 host_int_parse_assoc_resp_info(vif, mac_info->status); in handle_rcvd_gnrl_async_info() 712 } else if (mac_info->status == WILC_MAC_STATUS_DISCONNECTED) { in handle_rcvd_gnrl_async_info() 1649 msg->body.mac_info.status = buffer[7]; in wilc_gnrl_async_info_received()
|
| /drivers/net/ethernet/neterion/ |
| A D | s2io.h | 794 struct mac_info { struct 865 struct mac_info mac_control;
|
| A D | s2io.c | 576 struct mac_info *mac_control = &nic->mac_control; in init_shared_mem() 879 struct mac_info *mac_control; in free_shared_mem() 1200 struct mac_info *mac_control = &nic->mac_control; in init_nic() 2217 struct mac_info *mac_control = &nic->mac_control; in start_nic() 2669 struct mac_info *mac_control = &sp->mac_control; in free_rxd_blk() 2721 struct mac_info *mac_control = &sp->mac_control; in free_rx_buffers() 4021 struct mac_info *mac_control = &sp->mac_control; in s2io_xmit() 4670 struct mac_info *mac_control; in s2io_isr() 4797 struct mac_info *mac_control = &sp->mac_control; in s2io_get_stats() 7095 struct mac_info *mac_control; in s2io_card_up() [all …]
|
| /drivers/net/ethernet/airoha/ |
| A D | airoha_ppe.c | 296 struct airoha_foe_mac_info *mac_info; in airoha_ppe_foe_entry_prepare() local 302 mac_info = (struct airoha_foe_mac_info *)l2; in airoha_ppe_foe_entry_prepare() 303 mac_info->pppoe_id = data->pppoe.sid; in airoha_ppe_foe_entry_prepare()
|