Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Dmac_client_impl.h102 struct mac_client_impl_s { /* Protected by */ struct
103 struct mac_client_impl_s *mci_client_next; /* mi_rw_lock */ argument
104 char mci_name[MAXNAMELEN]; /* mi_rw_lock */
111 flow_entry_t *mci_flent; /* mi_rw_lock */
112 struct mac_impl_s *mci_mip; /* WO */
117 struct mac_impl_s *mci_upper_mip; /* WO */
119 uint32_t mci_state_flags; /* WO */
120 mac_rx_t mci_rx_fn; /* Rx Quiescence */
121 void *mci_rx_arg; /* Rx Quiescence */
122 mac_direct_rx_t mci_direct_rx_fn; /* SL */
[all …]