Searched defs:mac_type (Results 1 - 10 of 10) sorted by relevance

/drivers/net/ethernet/chelsio/cxgb/
H A Despi.c238 int t1_espi_init(struct peespi *espi, int mac_type, int nports) argument
255 if (mac_type == CHBT_MAC_PM3393)
257 else if (mac_type == CHBT_MAC_VSC7321)
259 else if (mac_type == CHBT_MAC_IXF1010) {
/drivers/net/ethernet/intel/e1000/
H A De1000_param.c284 e1000_mac_type mac_type = adapter->hw.mac_type; local
294 .max = mac_type < e1000_82544 ? E1000_MAX_TXD : E1000_MAX_82544_TXD
312 e1000_mac_type mac_type = adapter->hw.mac_type; local
322 .max = mac_type < e1000_82544 ? E1000_MAX_RXD : E1000_MAX_82544_RXD
H A De1000_ethtool.c135 if (hw->mac_type == e1000_82543)
151 if (hw->mac_type >= e1000_82545)
393 if (hw->mac_type >= e1000_82540 &&
535 e1000_mac_type mac_type = hw->mac_type; local
539 ring->rx_max_pending = (mac_type < e1000_82544) ? E1000_MAX_RXD :
541 ring->tx_max_pending = (mac_type < e1000_82544) ? E1000_MAX_TXD :
552 e1000_mac_type mac_type = hw->mac_type; local
582 rxdr->count = min(rxdr->count,(u32)(mac_type < e1000_8254
[all...]
H A De1000_hw.h1356 e1000_mac_type mac_type; member in struct:e1000_hw
/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_link.h284 u8 mac_type; member in struct:link_vars
H A Dbnx2x_cmn.c2687 u8 mac_type = UNICAST_ADDRESS; local
2747 mac_type = BROADCAST_ADDRESS;
2749 mac_type = MULTICAST_ADDRESS;
2801 mac_type);
H A Dbnx2x_main.c2489 if (bp->link_vars.mac_type != MAC_TYPE_EMAC) {
7139 int mac_type, unsigned long *ramrod_flags)
7154 __set_bit(mac_type, &ramrod_param.user_req.vlan_mac_flags);
7171 int mac_type, bool wait_for_comp)
7181 __set_bit(mac_type, &vlan_mac_flags);
7137 bnx2x_set_mac_one(struct bnx2x *bp, u8 *mac, struct bnx2x_vlan_mac_obj *obj, bool set, int mac_type, unsigned long *ramrod_flags) argument
7169 bnx2x_del_all_macs(struct bnx2x *bp, struct bnx2x_vlan_mac_obj *mac_obj, int mac_type, bool wait_for_comp) argument
/drivers/net/ethernet/intel/ixgb/
H A Dixgb_hw.h670 ixgb_mac_type mac_type; /* Identifier for MAC controller */ member in struct:ixgb_hw
/drivers/net/ethernet/emulex/benet/
H A Dbe_cmds.h1380 u8 mac_type; member in struct:be_cmd_req_get_mac_list
/drivers/net/wireless/
H A Dmwl8k.c3437 __le16 mac_type; member in struct:mwl8k_cmd_update_mac_addr::__anon3662::__anon3663
3455 int mac_type; local
3458 mac_type = MWL8K_MAC_TYPE_PRIMARY_AP;
3461 mac_type = MWL8K_MAC_TYPE_PRIMARY_CLIENT;
3463 mac_type = MWL8K_MAC_TYPE_SECONDARY_CLIENT;
3466 mac_type = MWL8K_MAC_TYPE_PRIMARY_AP;
3468 mac_type = MWL8K_MAC_TYPE_SECONDARY_AP;
3482 cmd->mbss.mac_type = cpu_to_le16(mac_type);

Completed in 797 milliseconds