Home
last modified time | relevance | path

Searched refs:softmac_t (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/io/softmac/
H A Dsoftmac_main.c60 softmac_t *smw_softmac;
118 softmac_t *softmac = buf; in softmac_constructor()
135 softmac_t *softmac = buf; in softmac_destructor()
319 softmac_t *softmac; in softmac_create()
482 softmac_t *softmac = arg; in softmac_m_getcapab()
629 softmac_t *softmac = arg; in softmac_create_task()
943 softmac_t *softmac; in softmac_destroy()
1122 softmac_t *softmac = (softmac_t *)val; in softmac_mac_recreate()
1209 softmac_t *softmac; in softmac_recreate()
1522 softmac_t *softmac; in softmac_hold_device()
[all …]
H A Dsoftmac_capab.c75 softmac_fill_capab(ldi_handle_t lh, softmac_t *softmac) in softmac_fill_capab()
157 softmac_t *softmac = (softmac_t *)arg; in softmac_fill_hcksum_ack()
182 softmac_t *softmac = (softmac_t *)arg; in softmac_fill_zcopy_ack()
192 softmac_t *softmac = slp->sl_softmac; in softmac_capab_enable()
216 softmac_t *softmac; in softmac_capab_send()
290 softmac_t *softmac = (softmac_t *)arg; in softmac_adv_hcksum_ack()
327 softmac_t *softmac = (softmac_t *)arg; in softmac_adv_zcopy_ack()
345 softmac_t *softmac = (softmac_t *)arg; in softmac_enable_hcksum_ack()
H A Dsoftmac_ctl.c121 softmac_t *softmac = arg; in softmac_m_promisc()
132 softmac_t *softmac = arg; in softmac_m_multicst()
177 softmac_t *softmac = arg; in softmac_m_unicst()
205 softmac_lower_t *slp = ((softmac_t *)arg)->smac_lower; in softmac_m_ioctl()
214 softmac_process_notify_ind(softmac_t *softmac, mblk_t *mp) in softmac_process_notify_ind()
254 softmac_t *softmac = arg; in softmac_notify_thread()
305 softmac_t *softmac = slp->sl_softmac; in softmac_enqueue_notify_ind()
H A Dsoftmac_fp.c312 softmac_t *softmac = sup->su_softmac; in softmac_capability_advertise()
524 softmac_t *softmac = sup->su_softmac; in softmac_bind_req()
588 softmac_t *softmac = sup->su_softmac; in softmac_unbind_req()
645 softmac_t *softmac = sup->su_softmac; in softmac_wput_single_nondata()
890 softmac_t *softmac = sup->su_softmac; in softmac_fastpath_setup()
1033 softmac_t *softmac = arg; in softmac_active_set()
1048 softmac_t *softmac = arg; in softmac_active_clear()
1199 return (softmac_datapath_switch((softmac_t *)arg, B_TRUE, B_FALSE)); in softmac_fastpath_disable()
1205 VERIFY(softmac_datapath_switch((softmac_t *)arg, B_FALSE, in softmac_fastpath_enable()
1212 softmac_t *softmac = sup->su_softmac; in softmac_upperstream_close()
[all …]
H A Dsoftmac_stat.c177 static kstat_t *softmac_hold_dev_kstat(softmac_t *);
182 softmac_hold_dev_kstat(softmac_t *softmac) in softmac_hold_dev_kstat()
280 softmac_t *softmac = arg; in softmac_m_stat()
H A Dsoftmac_dev.c525 softmac_t *softmac; in softmac_drv_open()
578 softmac_t *softmac = sup->su_softmac; in softmac_drv_close()
H A Dsoftmac_pkt.c33 queue_t *wq = ((softmac_t *)arg)->smac_lower->sl_wq; in softmac_m_tx()
/illumos-gate/usr/src/uts/common/sys/
H A Dsoftmac_impl.h217 } softmac_t; typedef
252 softmac_t *su_softmac; /* WO */
376 extern int softmac_fill_capab(ldi_handle_t, softmac_t *);
396 extern int softmac_hold(dev_t, softmac_t **);
397 extern void softmac_rele(softmac_t *);
398 extern int softmac_lower_setup(softmac_t *, softmac_upper_t *,
404 extern int softmac_datapath_switch(softmac_t *, boolean_t, boolean_t);