Searched refs:mac_type (Results 1 - 18 of 18) sorted by relevance

/opensolaris-onvv-gate/usr/src/stand/lib/inet/
H A Dmac_impl.h41 struct mac_type { struct
42 int mac_type; /* if_types.h */ member in struct:mac_type
H A Dmac.h52 extern struct mac_type mac_state; /* in mac.c */
H A Dmac.c57 struct mac_type mac_state;
164 mac_state.mac_type = IFT_ATM;
189 mac_state.mac_type = IFT_FDDI;
213 mac_state.mac_type = IFT_ISO88025;
233 mac_state.mac_type = IFT_IB;
240 mac_state.mac_type = IFT_ETHER;
383 return (mac_state.mac_type);
/opensolaris-onvv-gate/usr/src/uts/common/io/chxge/com/
H A Despi.h46 int t1_espi_init(struct peespi *espi, int mac_type, int nports);
H A Despi.c263 int t1_espi_init(struct peespi *espi, int mac_type, int nports) argument
280 if (mac_type == CHBT_MAC_PM3393)
282 else if (mac_type == CHBT_MAC_VSC7321)
284 else if (mac_type == CHBT_MAC_IXF1010) {
/opensolaris-onvv-gate/usr/src/grub/grub-0.97/netboot/
H A De1000.c149 ((a)->mac_type >= e1000_82543) ? \
154 ((a)->mac_type >= e1000_82543) ? \
159 ((a)->mac_type >= e1000_82543) ? \
164 ((a)->mac_type >= e1000_82543) ? \
344 if(hw->mac_type > e1000_82544) {
474 if(hw->mac_type > e1000_82544) {
658 if(((hw->mac_type == e1000_82546) || (hw->mac_type == e1000_82546_rev_3)) &&
772 if((hw->mac_type == e1000_82541) ||
773 (hw->mac_type
[all...]
H A De1000_hw.h893 e1000_mac_type mac_type; member in struct:e1000_hw
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_capture.c155 for (interface = &INTERFACES[0]; interface->mac_type != -1; interface++)
156 if (interface->mac_type == dlinfo.di_mactype)
160 if (interface->mac_type == -1) {
651 for (interface = &INTERFACES[0]; interface->mac_type != -1;
653 if (interface->mac_type == device_mac_type)
656 if (interface->mac_type == -1)
703 mac = htonl(interface->mac_type);
705 cap_write_error("mac_type");
H A Dsnoop_filter.c941 switch (interface->mac_type) {
1435 switch (interface->mac_type) {
1456 generate_check(match_types, i, interface->mac_type);
1811 switch (interface->mac_type) {
1898 if (interface->mac_type == DL_ETHER ||
1899 interface->mac_type == DL_CSMACD) {
1913 if (interface->mac_type == DL_ETHER ||
1914 interface->mac_type == DL_CSMACD) {
2213 if (interface->mac_type == DL_IB)
2225 if (interface->mac_type
[all...]
H A Dsnoop_pf.c1036 if ((interface->mac_type == DL_ETHER ||
1037 interface->mac_type == DL_CSMACD) &&
1552 if (interface->mac_type == DL_ETHER) {
1564 if (interface->mac_type == DL_IB) {
1575 if (interface->mac_type == DL_IPNET) {
H A Dsnoop.h268 * The mac_type is one of the supported DLPI media
288 uint_t mac_type; member in struct:interface
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dmac.h593 extern int mac_type(mac_handle_t);
H A Dgldpriv.h239 * The mac_type is one of the supported DLPI media types (see <sys/dlpi.h>).
246 uint_t mac_type; member in struct:__anon7952
/opensolaris-onvv-gate/usr/src/uts/common/inet/sockmods/
H A Dsockmod_pfp.c377 if (mac_type(ps->ps_mh) == DL_ETHER &&
997 ifreq.ifr_addr.sa_family = pfp_dl_to_arphrd(mac_type(mh));
1017 sock->sdl_type = mac_type(mh);
/opensolaris-onvv-gate/usr/src/uts/common/inet/ip/
H A Dip_arp.c64 static arp_m_t *arp_m_lookup(t_uscalar_t mac_type);
347 arp_m_lookup(t_uscalar_t mac_type) argument
352 if (arm->arp_mac_type == mac_type)
H A Dip_if.c127 static ip_m_t *ip_m_lookup(t_uscalar_t mac_type);
5337 * Return a pointer to the mac type info for 'mac_type'
5340 ip_m_lookup(t_uscalar_t mac_type) argument
5345 if (ipm->ip_m_mac_type == mac_type)
/opensolaris-onvv-gate/usr/src/uts/common/io/mac/
H A Dmac_client.c430 mac_type(mac_handle_t mh) function
/opensolaris-onvv-gate/usr/src/uts/common/io/
H A Dgld.c629 if (mediatype != interfaces[i].mac_type)

Completed in 297 milliseconds