Home
last modified time | relevance | path

Searched defs:sf_softc (Results 1 – 1 of 1) sorted by relevance

/dragonfly/sys/dev/netif/sf/
H A Dif_sfreg.h1023 struct sf_softc { struct
1024 struct arpcom arpcom; /* interface info */
1026 bus_space_tag_t sf_btag; /* bus space tag */
1027 void *sf_intrhand; /* interrupt handler cookie */
1031 device_t sf_miibus;
1032 u_int8_t sf_unit; /* interface number */
1033 struct sf_list_data *sf_ldata;
1034 int sf_tx_cnt;
1035 u_int8_t sf_link;
1036 int sf_if_flags;
[all …]