Symbol: um_device_t
usr/src/uts/common/io/bnx/bnx.h
411
ddi_dma_handle_t *bnx_find_dma_hdl(um_device_t * const umdevice,
usr/src/uts/common/io/bnx/bnx.h
414
void um_send_driver_pulse(um_device_t *udevp);
usr/src/uts/common/io/bnx/bnx.h
419
void bnx_update_phy(um_device_t *pdev);
usr/src/uts/common/io/bnx/bnx.h
422
boolean_t bnx_kstat_init(um_device_t *pUM);
usr/src/uts/common/io/bnx/bnx.h
423
void bnx_kstat_fini(um_device_t *pUM);
usr/src/uts/common/io/bnx/bnx_kstat.c
39
um_device_t *pUM = (um_device_t *)kstats->ks_private;
usr/src/uts/common/io/bnx/bnx_kstat.c
67
bnx_kstat_init(um_device_t *pUM)
usr/src/uts/common/io/bnx/bnx_kstat.c
99
bnx_kstat_fini(um_device_t *pUM)
usr/src/uts/common/io/bnx/bnx_mm.c
101
um_device_t *udevp = (um_device_t *)pdev;
usr/src/uts/common/io/bnx/bnx_mm.c
127
um_device_t *udevp = (um_device_t *)pdev;
usr/src/uts/common/io/bnx/bnx_mm.c
153
um_device_t *udevp = (um_device_t *)pdev;
usr/src/uts/common/io/bnx/bnx_mm.c
213
um_device_t *umdevice = (um_device_t *)pdev;
usr/src/uts/common/io/bnx/bnx_mm.c
277
um_device_t *umdevice;
usr/src/uts/common/io/bnx/bnx_mm.c
281
umdevice = (um_device_t *)pdev;
usr/src/uts/common/io/bnx/bnx_mm.c
333
um_device_t *udevp;
usr/src/uts/common/io/bnx/bnx_mm.c
344
udevp = (um_device_t *)pdev;
usr/src/uts/common/io/bnx/bnx_mm.c
459
bnx_xmit_ring_reclaim((um_device_t *)pdev, chain_idx, &comp_list);
usr/src/uts/common/io/bnx/bnx_mm.c
470
bnx_display_link_msg(um_device_t * const umdevice)
usr/src/uts/common/io/bnx/bnx_mm.c
546
bnx_update_lp_cap(um_device_t *const umdevice)
usr/src/uts/common/io/bnx/bnx_mm.c
675
um_device_t *umdevice;
usr/src/uts/common/io/bnx/bnx_mm.c
677
umdevice = (um_device_t *)lmdevice;
usr/src/uts/common/io/bnx/bnx_mm.c
834
um_device_t *umdevice;
usr/src/uts/common/io/bnx/bnx_mm.c
836
umdevice = (um_device_t *)pdev;
usr/src/uts/common/io/bnx/bnx_mm.c
851
um_device_t *umdevice;
usr/src/uts/common/io/bnx/bnx_mm.c
853
umdevice = (um_device_t *)pdev;
usr/src/uts/common/io/bnx/bnxcfg.c
106
bnx_cfg_init(um_device_t *const umdevice)
usr/src/uts/common/io/bnx/bnxcfg.c
424
bnx_cfg_reset(um_device_t *const umdevice)
usr/src/uts/common/io/bnx/bnxcfg.c
451
bnx_cfg_map_serdes(um_device_t *const umdevice)
usr/src/uts/common/io/bnx/bnxcfg.c
529
bnx_cfg_map_copper(um_device_t *const umdevice)
usr/src/uts/common/io/bnx/bnxcfg.c
663
bnx_cfg_map_phy(um_device_t *const umdevice)
usr/src/uts/common/io/bnx/bnxcfg.c
97
bnx_cfg_msix(um_device_t * const umdevice)
usr/src/uts/common/io/bnx/bnxcfg.h
81
void bnx_cfg_msix(um_device_t * const umdevice);
usr/src/uts/common/io/bnx/bnxcfg.h
82
void bnx_cfg_init(um_device_t * const umdevice);
usr/src/uts/common/io/bnx/bnxcfg.h
83
void bnx_cfg_reset(um_device_t * const umdevice);
usr/src/uts/common/io/bnx/bnxcfg.h
84
void bnx_cfg_map_phy(um_device_t * const umdevice);
usr/src/uts/common/io/bnx/bnxdbg.c
28
um_device_t *um = (um_device_t *)ctx;
usr/src/uts/common/io/bnx/bnxdbg.c
37
um_device_t *um = (um_device_t *)ctx;
usr/src/uts/common/io/bnx/bnxdbg.c
61
um_device_t *um = (um_device_t *)ctx;
usr/src/uts/common/io/bnx/bnxgld.h
28
int bnx_gld_init(um_device_t *const);
usr/src/uts/common/io/bnx/bnxgld.h
29
void bnx_gld_link(um_device_t *const, const link_state_t linkup);
usr/src/uts/common/io/bnx/bnxgld.h
30
int bnx_gld_fini(um_device_t *const);
usr/src/uts/common/io/bnx/bnxgldv3.c
1026
um_device_t *umdevice = arg;
usr/src/uts/common/io/bnx/bnxgldv3.c
1182
bnx_get_priv_prop(um_device_t *umdevice, const char *pr_name,
usr/src/uts/common/io/bnx/bnxgldv3.c
1232
um_device_t *umdevice = arg;
usr/src/uts/common/io/bnx/bnxgldv3.c
131
um_device_t *umdevice;
usr/src/uts/common/io/bnx/bnxgldv3.c
134
umdevice = (um_device_t *)arg;
usr/src/uts/common/io/bnx/bnxgldv3.c
1386
bnx_priv_propinfo(um_device_t *umdevice, const char *pr_name,
usr/src/uts/common/io/bnx/bnxgldv3.c
1436
um_device_t *umdevice = arg;
usr/src/uts/common/io/bnx/bnxgldv3.c
1543
bnx_gld_init(um_device_t *const umdevice)
usr/src/uts/common/io/bnx/bnxgldv3.c
1601
bnx_gld_link(um_device_t * const umdevice, const link_state_t linkup)
usr/src/uts/common/io/bnx/bnxgldv3.c
1607
bnx_gld_fini(um_device_t * const umdevice)
usr/src/uts/common/io/bnx/bnxgldv3.c
168
bnx_mc_add(um_device_t *umdevice, const uint8_t *const mc_addr)
usr/src/uts/common/io/bnx/bnxgldv3.c
196
bnx_mc_del(um_device_t *umdevice, const uint8_t *const mc_addr)
usr/src/uts/common/io/bnx/bnxgldv3.c
244
um_device_t *umdevice;
usr/src/uts/common/io/bnx/bnxgldv3.c
247
umdevice = (um_device_t *)arg;
usr/src/uts/common/io/bnx/bnxgldv3.c
299
um_device_t *umdevice;
usr/src/uts/common/io/bnx/bnxgldv3.c
301
umdevice = (um_device_t *)arg;
usr/src/uts/common/io/bnx/bnxgldv3.c
343
um_device_t *umdevice;
usr/src/uts/common/io/bnx/bnxgldv3.c
345
umdevice = (um_device_t *)arg;
usr/src/uts/common/io/bnx/bnxgldv3.c
399
bnx_um_to_media(um_device_t *um)
usr/src/uts/common/io/bnx/bnxgldv3.c
450
um_device_t *umdevice;
usr/src/uts/common/io/bnx/bnxgldv3.c
454
umdevice = (um_device_t *)arg;
usr/src/uts/common/io/bnx/bnxgldv3.c
47
um_device_t *umdevice;
usr/src/uts/common/io/bnx/bnxgldv3.c
49
umdevice = (um_device_t *)arg;
usr/src/uts/common/io/bnx/bnxgldv3.c
738
um_device_t *umdevice;
usr/src/uts/common/io/bnx/bnxgldv3.c
740
umdevice = (um_device_t *)arg;
usr/src/uts/common/io/bnx/bnxgldv3.c
768
bnx_refresh_rx_tx_pkts(um_device_t *umdevice)
usr/src/uts/common/io/bnx/bnxgldv3.c
793
bnx_set_priv_prop(um_device_t *umdevice, const char *pr_name,
usr/src/uts/common/io/bnx/bnxgldv3.c
93
um_device_t *umdevice;
usr/src/uts/common/io/bnx/bnxgldv3.c
95
umdevice = (um_device_t *)arg;
usr/src/uts/common/io/bnx/bnxhwi.c
116
bnx_hdwr_init(um_device_t *const umdevice)
usr/src/uts/common/io/bnx/bnxhwi.c
172
bnx_hdwr_acquire(um_device_t *const umdevice)
usr/src/uts/common/io/bnx/bnxhwi.c
250
bnx_hdwr_release(um_device_t *const umdevice)
usr/src/uts/common/io/bnx/bnxhwi.c
29
bnx_update_phy(um_device_t * const umdevice)
usr/src/uts/common/io/bnx/bnxhwi.c
300
bnx_hdwr_fini(um_device_t *const umdevice)
usr/src/uts/common/io/bnx/bnxhwi.c
378
um_send_driver_pulse(um_device_t *const umdevice)
usr/src/uts/common/io/bnx/bnxhwi.c
56
bnx_find_dma_hdl(um_device_t *const umdevice, const void *const virtaddr)
usr/src/uts/common/io/bnx/bnxhwi.c
72
bnx_free_lmmem(um_device_t * const umdevice)
usr/src/uts/common/io/bnx/bnxhwi.h
28
int bnx_hdwr_init(um_device_t * const umdevice);
usr/src/uts/common/io/bnx/bnxhwi.h
29
int bnx_hdwr_acquire(um_device_t * const umdevice);
usr/src/uts/common/io/bnx/bnxhwi.h
30
void bnx_hdwr_release(um_device_t * const umdevice);
usr/src/uts/common/io/bnx/bnxhwi.h
31
void bnx_hdwr_fini(um_device_t * const umdevice);
usr/src/uts/common/io/bnx/bnxint.c
123
bnx_intr_recv(um_device_t * const umdevice)
usr/src/uts/common/io/bnx/bnxint.c
149
bnx_intr_xmit(um_device_t *const umdevice)
usr/src/uts/common/io/bnx/bnxint.c
167
um_device_t *umdevice;
usr/src/uts/common/io/bnx/bnxint.c
170
umdevice = (um_device_t *)arg1;
usr/src/uts/common/io/bnx/bnxint.c
251
bnx_intr_enable(um_device_t * const umdevice)
usr/src/uts/common/io/bnx/bnxint.c
295
bnx_intr_wait(um_device_t * const umdevice)
usr/src/uts/common/io/bnx/bnxint.c
324
bnx_intr_disable(um_device_t * const umdevice)
usr/src/uts/common/io/bnx/bnxint.c
350
bnxIntrInit(um_device_t *umdevice)
usr/src/uts/common/io/bnx/bnxint.c
42
bnx_intr_priv(um_device_t *const umdevice)
usr/src/uts/common/io/bnx/bnxint.c
434
bnxIntrFini(um_device_t *umdevice)
usr/src/uts/common/io/bnx/bnxint.h
29
void bnx_intr_enable(um_device_t *const);
usr/src/uts/common/io/bnx/bnxint.h
30
void bnx_intr_disable(um_device_t *const);
usr/src/uts/common/io/bnx/bnxint.h
32
int bnxIntrInit(um_device_t *);
usr/src/uts/common/io/bnx/bnxint.h
33
void bnxIntrFini(um_device_t *);
usr/src/uts/common/io/bnx/bnxmod.c
150
bnx_attach_attach(um_device_t *umdevice)
usr/src/uts/common/io/bnx/bnxmod.c
323
um_device_t *umdevice;
usr/src/uts/common/io/bnx/bnxmod.c
328
umdevice = kmem_zalloc(sizeof (um_device_t),
usr/src/uts/common/io/bnx/bnxmod.c
359
kmem_free(umdevice, sizeof (um_device_t));
usr/src/uts/common/io/bnx/bnxmod.c
393
um_device_t *umdevice;
usr/src/uts/common/io/bnx/bnxmod.c
436
kmem_free(umdevice, sizeof (um_device_t));
usr/src/uts/common/io/bnx/bnxmod.c
472
um_device_t *umdevice;
usr/src/uts/common/io/bnx/bnxmod.c
60
bnx_free_system_resources(um_device_t * const umdevice)
usr/src/uts/common/io/bnx/bnxrcv.c
113
bnx_rxbuffer_free(um_device_t * const umdevice, um_rxpacket_t * const umpacket)
usr/src/uts/common/io/bnx/bnxrcv.c
131
bnx_recv_ring_init(um_device_t * const umdevice, const unsigned int ringidx)
usr/src/uts/common/io/bnx/bnxrcv.c
172
bnx_recv_ring_fill(um_device_t * const umdevice, const unsigned int ringidx)
usr/src/uts/common/io/bnx/bnxrcv.c
206
bnx_recv_ring_recv(um_device_t *const umdevice, const unsigned int ringidx)
usr/src/uts/common/io/bnx/bnxrcv.c
458
bnx_recv_ring_dump(um_device_t *const umdevice, const unsigned int ringidx)
usr/src/uts/common/io/bnx/bnxrcv.c
480
bnx_recv_ring_free(um_device_t *const umdevice, const unsigned int ringidx)
usr/src/uts/common/io/bnx/bnxrcv.c
509
bnx_recv_ring_fini(um_device_t *const umdevice, const unsigned int ringidx)
usr/src/uts/common/io/bnx/bnxrcv.c
535
bnx_rxpkts_init(um_device_t *const umdevice)
usr/src/uts/common/io/bnx/bnxrcv.c
56
bnx_rxbuffer_alloc(um_device_t *const umdevice, um_rxpacket_t *const umpacket)
usr/src/uts/common/io/bnx/bnxrcv.c
585
bnx_rxpkts_intr(um_device_t *const umdevice)
usr/src/uts/common/io/bnx/bnxrcv.c
601
bnx_rxpkts_post(um_device_t *const umdevice)
usr/src/uts/common/io/bnx/bnxrcv.c
620
bnx_rxpkts_recycle(um_device_t *const umdevice)
usr/src/uts/common/io/bnx/bnxrcv.c
632
bnx_rxpkts_fini(um_device_t *const umdevice)
usr/src/uts/common/io/bnx/bnxrcv.h
28
int bnx_rxpkts_init(um_device_t *const);
usr/src/uts/common/io/bnx/bnxrcv.h
29
void bnx_rxpkts_intr(um_device_t *const);
usr/src/uts/common/io/bnx/bnxrcv.h
30
void bnx_rxpkts_post(um_device_t *const);
usr/src/uts/common/io/bnx/bnxrcv.h
31
void bnx_rxpkts_recycle(um_device_t *const);
usr/src/uts/common/io/bnx/bnxrcv.h
32
void bnx_rxpkts_fini(um_device_t *const);
usr/src/uts/common/io/bnx/bnxsnd.c
163
bnx_xmit_pkt_cpy(um_device_t * const umdevice, um_txpacket_t * const umpacket)
usr/src/uts/common/io/bnx/bnxsnd.c
226
bnx_xmit_pkt_init(um_device_t * const umdevice, um_txpacket_t * const umpacket,
usr/src/uts/common/io/bnx/bnxsnd.c
285
bnx_xmit_packet(um_device_t * const umdevice, const unsigned int ringidx,
usr/src/uts/common/io/bnx/bnxsnd.c
336
bnx_xmit_ring_cpybuf_alloc(um_device_t * const umdevice,
usr/src/uts/common/io/bnx/bnxsnd.c
399
bnx_xmit_ring_cpybuf_free(um_device_t * const umdevice,
usr/src/uts/common/io/bnx/bnxsnd.c
412
bnx_xmit_ring_init(um_device_t * const umdevice, const unsigned int ringidx)
usr/src/uts/common/io/bnx/bnxsnd.c
482
bnx_xmit_ring_reclaim(um_device_t * const umdevice,
usr/src/uts/common/io/bnx/bnxsnd.c
519
bnx_xmit_ring_xmit_qpkt(um_device_t * const umdevice,
usr/src/uts/common/io/bnx/bnxsnd.c
558
bnx_xmit_ring_xmit_mblk(um_device_t * const umdevice,
usr/src/uts/common/io/bnx/bnxsnd.c
641
bnx_xmit_ring_intr(um_device_t * const umdevice, const unsigned int ringidx)
usr/src/uts/common/io/bnx/bnxsnd.c
663
bnx_xmit_ring_post(um_device_t * const umdevice, const unsigned int ringidx)
usr/src/uts/common/io/bnx/bnxsnd.c
703
bnx_xmit_ring_fini(um_device_t * const umdevice, const unsigned int ringidx)
usr/src/uts/common/io/bnx/bnxsnd.c
734
bnx_txpkts_init(um_device_t * const umdevice)
usr/src/uts/common/io/bnx/bnxsnd.c
788
bnx_txpkts_flush(um_device_t * const umdevice)
usr/src/uts/common/io/bnx/bnxsnd.c
816
bnx_txpkts_intr(um_device_t * const umdevice)
usr/src/uts/common/io/bnx/bnxsnd.c
826
bnx_txpkts_fini(um_device_t * const umdevice)
usr/src/uts/common/io/bnx/bnxsnd.h
28
int bnx_txpkts_init(um_device_t *const);
usr/src/uts/common/io/bnx/bnxsnd.h
29
void bnx_txpkts_flush(um_device_t *const);
usr/src/uts/common/io/bnx/bnxsnd.h
30
void bnx_txpkts_fini(um_device_t *const);
usr/src/uts/common/io/bnx/bnxsnd.h
39
int bnx_xmit_ring_xmit_qpkt(um_device_t *const, const unsigned int);
usr/src/uts/common/io/bnx/bnxsnd.h
41
int bnx_xmit_ring_xmit_mblk(um_device_t *const, const unsigned int, mblk_t *);
usr/src/uts/common/io/bnx/bnxsnd.h
43
void bnx_xmit_ring_reclaim(um_device_t *const, const unsigned int, s_list_t *);
usr/src/uts/common/io/bnx/bnxsnd.h
45
void bnx_xmit_ring_intr(um_device_t *const, const unsigned int);
usr/src/uts/common/io/bnx/bnxsnd.h
47
void bnx_txpkts_intr(um_device_t *const);
usr/src/uts/common/io/bnx/bnxsnd.h
49
void bnx_xmit_ring_post(um_device_t *const, const unsigned int);
usr/src/uts/common/io/bnx/bnxtmr.c
113
um_device_t *umdevice;
usr/src/uts/common/io/bnx/bnxtmr.c
115
umdevice = (um_device_t *)arg;
usr/src/uts/common/io/bnx/bnxtmr.c
177
bnx_timer_start(um_device_t *const umdevice)
usr/src/uts/common/io/bnx/bnxtmr.c
208
bnx_timer_stop(um_device_t *const umdevice)
usr/src/uts/common/io/bnx/bnxtmr.c
231
bnx_link_timer_restart(um_device_t *const umdevice)
usr/src/uts/common/io/bnx/bnxtmr.c
241
bnx_timer_init(um_device_t *const umdevice)
usr/src/uts/common/io/bnx/bnxtmr.c
250
bnx_timer_fini(um_device_t *const umdevice)
usr/src/uts/common/io/bnx/bnxtmr.h
28
void bnx_timer_init(um_device_t *const);
usr/src/uts/common/io/bnx/bnxtmr.h
29
void bnx_timer_start(um_device_t *const);
usr/src/uts/common/io/bnx/bnxtmr.h
30
void bnx_timer_stop(um_device_t *const);
usr/src/uts/common/io/bnx/bnxtmr.h
31
void bnx_timer_fini(um_device_t *const);
usr/src/uts/common/io/bnx/bnxtmr.h
32
void bnx_link_timer_restart(um_device_t *);
usr/src/uts/common/io/bnxe/bnxe.h
1000
void BNXE_LOCK_EXIT_ETH_CON(um_device_t * pUM);
usr/src/uts/common/io/bnxe/bnxe.h
1001
void BNXE_LOCK_ENTER_MCP(um_device_t * pUM);
usr/src/uts/common/io/bnxe/bnxe.h
1002
void BNXE_LOCK_EXIT_MCP(um_device_t * pUM);
usr/src/uts/common/io/bnxe/bnxe.h
1003
void BNXE_LOCK_ENTER_PHY(um_device_t * pUM);
usr/src/uts/common/io/bnxe/bnxe.h
1004
void BNXE_LOCK_EXIT_PHY(um_device_t * pUM);
usr/src/uts/common/io/bnxe/bnxe.h
1005
void BNXE_LOCK_ENTER_IND(um_device_t * pUM);
usr/src/uts/common/io/bnxe/bnxe.h
1006
void BNXE_LOCK_EXIT_IND(um_device_t * pUM);
usr/src/uts/common/io/bnxe/bnxe.h
1007
void BNXE_LOCK_ENTER_CID(um_device_t * pUM);
usr/src/uts/common/io/bnxe/bnxe.h
1008
void BNXE_LOCK_EXIT_CID(um_device_t * pUM);
usr/src/uts/common/io/bnxe/bnxe.h
1009
void BNXE_LOCK_ENTER_SPQ(um_device_t * pUM);
usr/src/uts/common/io/bnxe/bnxe.h
1010
void BNXE_LOCK_EXIT_SPQ(um_device_t * pUM);
usr/src/uts/common/io/bnxe/bnxe.h
1011
void BNXE_LOCK_ENTER_SPREQ(um_device_t * pUM);
usr/src/uts/common/io/bnxe/bnxe.h
1012
void BNXE_LOCK_EXIT_SPREQ(um_device_t * pUM);
usr/src/uts/common/io/bnxe/bnxe.h
1013
void BNXE_LOCK_ENTER_RRREQ(um_device_t * pUM);
usr/src/uts/common/io/bnxe/bnxe.h
1014
void BNXE_LOCK_EXIT_RRREQ(um_device_t * pUM);
usr/src/uts/common/io/bnxe/bnxe.h
1015
void BNXE_LOCK_ENTER_ISLES_CONTROL(um_device_t * pUM);
usr/src/uts/common/io/bnxe/bnxe.h
1016
void BNXE_LOCK_EXIT_ISLES_CONTROL(um_device_t * pUM);
usr/src/uts/common/io/bnxe/bnxe.h
1017
void BNXE_LOCK_ENTER_MEM(um_device_t * pUM);
usr/src/uts/common/io/bnxe/bnxe.h
1018
void BNXE_LOCK_EXIT_MEM(um_device_t * pUM);
usr/src/uts/common/io/bnxe/bnxe.h
1019
void BNXE_LOCK_ENTER_GLD(um_device_t * pUM);
usr/src/uts/common/io/bnxe/bnxe.h
1020
void BNXE_LOCK_EXIT_GLD(um_device_t * pUM);
usr/src/uts/common/io/bnxe/bnxe.h
1021
void BNXE_LOCK_ENTER_GLDTX(um_device_t * pUM, krw_t rw);
usr/src/uts/common/io/bnxe/bnxe.h
1022
void BNXE_LOCK_EXIT_GLDTX(um_device_t * pUM);
usr/src/uts/common/io/bnxe/bnxe.h
1023
void BNXE_LOCK_ENTER_TIMER(um_device_t * pUM);
usr/src/uts/common/io/bnxe/bnxe.h
1024
void BNXE_LOCK_EXIT_TIMER(um_device_t * pUM);
usr/src/uts/common/io/bnxe/bnxe.h
1025
void BNXE_LOCK_ENTER_STATS(um_device_t * pUM);
usr/src/uts/common/io/bnxe/bnxe.h
1026
void BNXE_LOCK_EXIT_STATS(um_device_t * pUM);
usr/src/uts/common/io/bnxe/bnxe.h
1035
void BnxeDumpMem(um_device_t * pUM,
usr/src/uts/common/io/bnxe/bnxe.h
1039
void BnxeDumpPkt(um_device_t * pUM,
usr/src/uts/common/io/bnxe/bnxe.h
1046
inline boolean_t BnxeIsClientBound(um_device_t * pUM)
usr/src/uts/common/io/bnxe/bnxe.h
1052
inline char * BnxeClientsHw(um_device_t * pUM)
usr/src/uts/common/io/bnxe/bnxe.h
1061
inline char * BnxeClientsDevi(um_device_t * pUM)
usr/src/uts/common/io/bnxe/bnxe.h
1067
inline char * BnxeClientsBound(um_device_t * pUM)
usr/src/uts/common/io/bnxe/bnxe.h
160
#define BNXE_FCOE(dev) ((um_device_t *)(dev))->do_fcoe
usr/src/uts/common/io/bnxe/bnxe.h
735
void BnxeCfgInit(um_device_t * pUM);
usr/src/uts/common/io/bnxe/bnxe.h
736
void BnxeCfgReset(um_device_t * pUM);
usr/src/uts/common/io/bnxe/bnxe.h
739
void BnxeInitBdCnts(um_device_t * pUM,
usr/src/uts/common/io/bnxe/bnxe.h
743
boolean_t BnxeGldInit(um_device_t * pUM);
usr/src/uts/common/io/bnxe/bnxe.h
744
boolean_t BnxeGldFini(um_device_t * pUM);
usr/src/uts/common/io/bnxe/bnxe.h
745
void BnxeGldLink(um_device_t * pUM,
usr/src/uts/common/io/bnxe/bnxe.h
749
boolean_t BnxeEstablishHwConn(um_device_t * pUM,
usr/src/uts/common/io/bnxe/bnxe.h
751
int BnxeHwStartFCOE(um_device_t * pUM);
usr/src/uts/common/io/bnxe/bnxe.h
752
int BnxeHwStartL2(um_device_t * pUM);
usr/src/uts/common/io/bnxe/bnxe.h
753
int BnxeHwStartCore(um_device_t * pUM);
usr/src/uts/common/io/bnxe/bnxe.h
754
void BnxeHwStopFCOE(um_device_t * pUM);
usr/src/uts/common/io/bnxe/bnxe.h
755
void BnxeHwStopL2(um_device_t * pUM);
usr/src/uts/common/io/bnxe/bnxe.h
756
void BnxeHwStopCore(um_device_t * pUM);
usr/src/uts/common/io/bnxe/bnxe.h
757
void BnxeUpdatePhy(um_device_t * pUM);
usr/src/uts/common/io/bnxe/bnxe.h
758
int BnxeMacAddress(um_device_t * pUM,
usr/src/uts/common/io/bnxe/bnxe.h
762
int BnxeMulticast(um_device_t * pUM,
usr/src/uts/common/io/bnxe/bnxe.h
767
int BnxeRxMask(um_device_t * pUM,
usr/src/uts/common/io/bnxe/bnxe.h
770
int BnxeHwResume(um_device_t * pUM);
usr/src/uts/common/io/bnxe/bnxe.h
771
int BnxeHwSuspend(um_device_t * pUM);
usr/src/uts/common/io/bnxe/bnxe.h
773
int BnxeHwQuiesce(um_device_t * pUM);
usr/src/uts/common/io/bnxe/bnxe.h
777
void BnxeIntrIguSbEnable(um_device_t * pUM,
usr/src/uts/common/io/bnxe/bnxe.h
780
void BnxeIntrIguSbDisable(um_device_t * pUM,
usr/src/uts/common/io/bnxe/bnxe.h
783
void BnxePollRxRing(um_device_t * pUM,
usr/src/uts/common/io/bnxe/bnxe.h
787
void BnxePollRxRingFCOE(um_device_t * pUM);
usr/src/uts/common/io/bnxe/bnxe.h
788
int BnxeIntrEnable(um_device_t * pUM);
usr/src/uts/common/io/bnxe/bnxe.h
789
void BnxeIntrDisable(um_device_t * pUM);
usr/src/uts/common/io/bnxe/bnxe.h
790
boolean_t BnxeIntrInit(um_device_t * pUM);
usr/src/uts/common/io/bnxe/bnxe.h
791
void BnxeIntrFini(um_device_t * pUM);
usr/src/uts/common/io/bnxe/bnxe.h
794
boolean_t BnxeKstatInit(um_device_t * pUM);
usr/src/uts/common/io/bnxe/bnxe.h
795
void BnxeKstatFini(um_device_t * pUM);
usr/src/uts/common/io/bnxe/bnxe.h
798
int BnxeRouteTxRing(um_device_t * pUM,
usr/src/uts/common/io/bnxe/bnxe.h
802
boolean_t BnxeWaitForPacketsFromClient(um_device_t * pUM,
usr/src/uts/common/io/bnxe/bnxe.h
804
mblk_t * BnxeRxRingProcess(um_device_t * pUM,
usr/src/uts/common/io/bnxe/bnxe.h
808
void BnxeRxPktsAbort(um_device_t * pUM,
usr/src/uts/common/io/bnxe/bnxe.h
810
int BnxeRxPktsInitPostBuffers(um_device_t * pUM,
usr/src/uts/common/io/bnxe/bnxe.h
812
int BnxeRxPktsInit(um_device_t * pUM,
usr/src/uts/common/io/bnxe/bnxe.h
814
void BnxeRxPktsFini(um_device_t * pUM,
usr/src/uts/common/io/bnxe/bnxe.h
818
void BnxeTxPktsReclaim(um_device_t * pUM,
usr/src/uts/common/io/bnxe/bnxe.h
821
void BnxeTxRingProcess(um_device_t * pUM,
usr/src/uts/common/io/bnxe/bnxe.h
823
int BnxeTxSendMblk(um_device_t * pUM,
usr/src/uts/common/io/bnxe/bnxe.h
828
void BnxeTxPktsAbort(um_device_t * pUM,
usr/src/uts/common/io/bnxe/bnxe.h
830
int BnxeTxPktsInit(um_device_t * pUM,
usr/src/uts/common/io/bnxe/bnxe.h
832
void BnxeTxPktsFini(um_device_t * pUM,
usr/src/uts/common/io/bnxe/bnxe.h
836
void BnxeTimerStart(um_device_t * pUM);
usr/src/uts/common/io/bnxe/bnxe.h
837
void BnxeTimerStop(um_device_t * pUM);
usr/src/uts/common/io/bnxe/bnxe.h
840
boolean_t BnxeWorkQueueInit(um_device_t * pUM);
usr/src/uts/common/io/bnxe/bnxe.h
841
void BnxeWorkQueueWaitAndDestroy(um_device_t * pUM);
usr/src/uts/common/io/bnxe/bnxe.h
842
void BnxeWorkQueueStartPending(um_device_t * pUM);
usr/src/uts/common/io/bnxe/bnxe.h
843
boolean_t BnxeWorkQueueAdd(um_device_t * pUM,
usr/src/uts/common/io/bnxe/bnxe.h
844
void (*pWorkCbk)(um_device_t *, void *, u32_t),
usr/src/uts/common/io/bnxe/bnxe.h
847
boolean_t BnxeWorkQueueAddNoCopy(um_device_t * pUM,
usr/src/uts/common/io/bnxe/bnxe.h
848
void (*pWorkCbk)(um_device_t *, void *),
usr/src/uts/common/io/bnxe/bnxe.h
850
boolean_t BnxeWorkQueueAddGeneric(um_device_t * pUM,
usr/src/uts/common/io/bnxe/bnxe.h
851
void (*pWorkCbkGeneric)(um_device_t *));
usr/src/uts/common/io/bnxe/bnxe.h
852
boolean_t BnxeWorkQueueAddDelay(um_device_t * pUM,
usr/src/uts/common/io/bnxe/bnxe.h
853
void (*pWorkCbk)(um_device_t *, void *, u32_t),
usr/src/uts/common/io/bnxe/bnxe.h
857
boolean_t BnxeWorkQueueAddDelayNoCopy(um_device_t * pUM,
usr/src/uts/common/io/bnxe/bnxe.h
858
void (*pWorkCbk)(um_device_t *, void *),
usr/src/uts/common/io/bnxe/bnxe.h
861
boolean_t BnxeWorkQueueAddDelayGeneric(um_device_t * pUM,
usr/src/uts/common/io/bnxe/bnxe.h
862
void (*pWorkCbkGeneric)(um_device_t *),
usr/src/uts/common/io/bnxe/bnxe.h
866
boolean_t BnxeFcoeInitCqe(um_device_t * pUM,
usr/src/uts/common/io/bnxe/bnxe.h
868
boolean_t BnxeFcoeOffloadConnCqe(um_device_t * pUM,
usr/src/uts/common/io/bnxe/bnxe.h
871
boolean_t BnxeFcoeEnableConnCqe(um_device_t * pUM,
usr/src/uts/common/io/bnxe/bnxe.h
874
boolean_t BnxeFcoeDisableConnCqe(um_device_t * pUM,
usr/src/uts/common/io/bnxe/bnxe.h
877
boolean_t BnxeFcoeDestroyConnCqe(um_device_t * pUM,
usr/src/uts/common/io/bnxe/bnxe.h
880
boolean_t BnxeFcoeDestroyCqe(um_device_t * pUM,
usr/src/uts/common/io/bnxe/bnxe.h
882
boolean_t BnxeFcoeStatCqe(um_device_t * pUM,
usr/src/uts/common/io/bnxe/bnxe.h
884
boolean_t BnxeFcoeCompRequestCqe(um_device_t * pUM,
usr/src/uts/common/io/bnxe/bnxe.h
907
int BnxeFcoeInit(um_device_t * pUM);
usr/src/uts/common/io/bnxe/bnxe.h
908
int BnxeFcoeFini(um_device_t * pUM);
usr/src/uts/common/io/bnxe/bnxe.h
909
void BnxeFcoeStartStop(um_device_t * pUM);
usr/src/uts/common/io/bnxe/bnxe.h
914
boolean_t BnxeProtoSupport(um_device_t * pUM, int proto);
usr/src/uts/common/io/bnxe/bnxe.h
915
boolean_t BnxeProtoFcoeAfex(um_device_t * pUM);
usr/src/uts/common/io/bnxe/bnxe.h
918
void BnxeFmErrorReport(um_device_t * pUM, char * detail);
usr/src/uts/common/io/bnxe/bnxe.h
921
extern boolean_t bnxe_fill_transceiver(um_device_t *, void *);
usr/src/uts/common/io/bnxe/bnxe.h
922
extern mac_ether_media_t bnxe_phy_to_media(um_device_t *);
usr/src/uts/common/io/bnxe/bnxe.h
985
void BNXE_LOCK_ENTER_INTR(um_device_t * pUM, int idx);
usr/src/uts/common/io/bnxe/bnxe.h
986
void BNXE_LOCK_EXIT_INTR(um_device_t * pUM, int idx);
usr/src/uts/common/io/bnxe/bnxe.h
987
void BNXE_LOCK_ENTER_INTR_FLIP(um_device_t * pUM, int idx);
usr/src/uts/common/io/bnxe/bnxe.h
988
void BNXE_LOCK_EXIT_INTR_FLIP(um_device_t * pUM, int idx);
usr/src/uts/common/io/bnxe/bnxe.h
989
void BNXE_LOCK_ENTER_TX(um_device_t * pUM, int idx);
usr/src/uts/common/io/bnxe/bnxe.h
990
void BNXE_LOCK_EXIT_TX(um_device_t * pUM, int idx);
usr/src/uts/common/io/bnxe/bnxe.h
991
void BNXE_LOCK_ENTER_FREETX(um_device_t * pUM, int idx);
usr/src/uts/common/io/bnxe/bnxe.h
992
void BNXE_LOCK_EXIT_FREETX(um_device_t * pUM, int idx);
usr/src/uts/common/io/bnxe/bnxe.h
993
void BNXE_LOCK_ENTER_RX(um_device_t * pUM, int idx);
usr/src/uts/common/io/bnxe/bnxe.h
994
void BNXE_LOCK_EXIT_RX(um_device_t * pUM, int idx);
usr/src/uts/common/io/bnxe/bnxe.h
995
void BNXE_LOCK_ENTER_DONERX(um_device_t * pUM, int idx);
usr/src/uts/common/io/bnxe/bnxe.h
996
void BNXE_LOCK_EXIT_DONERX(um_device_t * pUM, int idx);
usr/src/uts/common/io/bnxe/bnxe.h
997
void BNXE_LOCK_ENTER_SB(um_device_t * pUM, int idx);
usr/src/uts/common/io/bnxe/bnxe.h
998
void BNXE_LOCK_EXIT_SB(um_device_t * pUM, int idx);
usr/src/uts/common/io/bnxe/bnxe.h
999
void BNXE_LOCK_ENTER_ETH_CON(um_device_t * pUM);
usr/src/uts/common/io/bnxe/bnxe_cfg.c
100
void BnxeCfg_LLDP_DCBX(um_device_t * pUM)
usr/src/uts/common/io/bnxe/bnxe_cfg.c
308
void BnxeCfgInit(um_device_t * pUM)
usr/src/uts/common/io/bnxe/bnxe_cfg.c
59
static void BnxeCfgGetVal(um_device_t * pUM,
usr/src/uts/common/io/bnxe/bnxe_cfg.c
651
void BnxeCfgReset(um_device_t * pUM)
usr/src/uts/common/io/bnxe/bnxe_debug.c
107
um_device_t * pUM = (um_device_t *)bp;
usr/src/uts/common/io/bnxe/bnxe_debug.c
124
um_device_t * pUM = (um_device_t *)bp;
usr/src/uts/common/io/bnxe/bnxe_debug.c
143
um_device_t * pUM = (um_device_t *)pDev;
usr/src/uts/common/io/bnxe/bnxe_debug.c
172
um_device_t * pUM = (um_device_t *)pDev;
usr/src/uts/common/io/bnxe/bnxe_debug.c
195
um_device_t * pUM = (um_device_t *)pDev;
usr/src/uts/common/io/bnxe/bnxe_debug.c
215
void BnxeDumpMem(um_device_t * pUM,
usr/src/uts/common/io/bnxe/bnxe_debug.c
253
void BnxeDumpPkt(um_device_t * pUM,
usr/src/uts/common/io/bnxe/bnxe_debug.c
47
um_device_t * pUM = (um_device_t *)pDev;
usr/src/uts/common/io/bnxe/bnxe_debug.c
73
um_device_t * pUM = (um_device_t *)bp;
usr/src/uts/common/io/bnxe/bnxe_debug.c
90
um_device_t * pUM = (um_device_t *)bp;
usr/src/uts/common/io/bnxe/bnxe_fcoe.c
1011
um_device_t * pUM = (um_device_t *)ddi_get_driver_private(pDev);
usr/src/uts/common/io/bnxe/bnxe_fcoe.c
106
boolean_t BnxeFcoeInitCqe(um_device_t * pUM,
usr/src/uts/common/io/bnxe/bnxe_fcoe.c
126
static void BnxeFcoeInitWqeWork(um_device_t * pUM,
usr/src/uts/common/io/bnxe/bnxe_fcoe.c
1287
um_device_t * pUM = (um_device_t *)ddi_get_driver_private(pDev);
usr/src/uts/common/io/bnxe/bnxe_fcoe.c
1336
um_device_t * pUM = (um_device_t *)ddi_get_driver_private(pDev);
usr/src/uts/common/io/bnxe/bnxe_fcoe.c
1372
um_device_t * pUM = (um_device_t *)ddi_get_driver_private(pDev);
usr/src/uts/common/io/bnxe/bnxe_fcoe.c
1533
um_device_t * pUM = (um_device_t *)ddi_get_driver_private(pDev);
usr/src/uts/common/io/bnxe/bnxe_fcoe.c
1566
um_device_t * pUM = (um_device_t *)ddi_get_driver_private(pDev);
usr/src/uts/common/io/bnxe/bnxe_fcoe.c
1595
int BnxeFcoeInit(um_device_t * pUM)
usr/src/uts/common/io/bnxe/bnxe_fcoe.c
1684
int BnxeFcoeFini(um_device_t * pUM)
usr/src/uts/common/io/bnxe/bnxe_fcoe.c
1763
void BnxeFcoeStartStop(um_device_t * pUM)
usr/src/uts/common/io/bnxe/bnxe_fcoe.c
190
static boolean_t BnxeFcoeInitWqe(um_device_t * pUM,
usr/src/uts/common/io/bnxe/bnxe_fcoe.c
203
static void BnxeFcoeOffloadConnCqeWork(um_device_t * pUM,
usr/src/uts/common/io/bnxe/bnxe_fcoe.c
218
boolean_t BnxeFcoeOffloadConnCqe(um_device_t * pUM,
usr/src/uts/common/io/bnxe/bnxe_fcoe.c
250
static void BnxeFcoeOffloadConnWqeWork(um_device_t * pUM,
usr/src/uts/common/io/bnxe/bnxe_fcoe.c
345
static boolean_t BnxeFcoeOffloadConnWqe(um_device_t * pUM,
usr/src/uts/common/io/bnxe/bnxe_fcoe.c
360
static void BnxeFcoeEnableConnCqeWork(um_device_t * pUM,
usr/src/uts/common/io/bnxe/bnxe_fcoe.c
375
boolean_t BnxeFcoeEnableConnCqe(um_device_t * pUM,
usr/src/uts/common/io/bnxe/bnxe_fcoe.c
407
static void BnxeFcoeEnableConnWqeWork(um_device_t * pUM,
usr/src/uts/common/io/bnxe/bnxe_fcoe.c
473
static boolean_t BnxeFcoeEnableConnWqe(um_device_t * pUM,
usr/src/uts/common/io/bnxe/bnxe_fcoe.c
481
static void BnxeFcoeDisableConnCqeWork(um_device_t * pUM,
usr/src/uts/common/io/bnxe/bnxe_fcoe.c
496
boolean_t BnxeFcoeDisableConnCqe(um_device_t * pUM,
usr/src/uts/common/io/bnxe/bnxe_fcoe.c
51
void BnxeFcoeFreeResc(um_device_t * pUM,
usr/src/uts/common/io/bnxe/bnxe_fcoe.c
528
static void BnxeFcoeDisableConnWqeWork(um_device_t * pUM,
usr/src/uts/common/io/bnxe/bnxe_fcoe.c
594
static boolean_t BnxeFcoeDisableConnWqe(um_device_t * pUM,
usr/src/uts/common/io/bnxe/bnxe_fcoe.c
602
static void BnxeFcoeDestroyConnCqeWork(um_device_t * pUM,
usr/src/uts/common/io/bnxe/bnxe_fcoe.c
634
boolean_t BnxeFcoeDestroyConnCqe(um_device_t * pUM,
usr/src/uts/common/io/bnxe/bnxe_fcoe.c
64
static boolean_t BnxeFcoeCqeIndicate(um_device_t * pUM,
usr/src/uts/common/io/bnxe/bnxe_fcoe.c
666
static void BnxeFcoeDestroyConnWqeWork(um_device_t * pUM,
usr/src/uts/common/io/bnxe/bnxe_fcoe.c
732
static boolean_t BnxeFcoeDestroyConnWqe(um_device_t * pUM,
usr/src/uts/common/io/bnxe/bnxe_fcoe.c
740
static void BnxeFcoeDestroyCqeWork(um_device_t * pUM,
usr/src/uts/common/io/bnxe/bnxe_fcoe.c
755
boolean_t BnxeFcoeDestroyCqe(um_device_t * pUM,
usr/src/uts/common/io/bnxe/bnxe_fcoe.c
775
static void BnxeFcoeDestroyWqeWork(um_device_t * pUM,
usr/src/uts/common/io/bnxe/bnxe_fcoe.c
822
static boolean_t BnxeFcoeDestroyWqe(um_device_t * pUM,
usr/src/uts/common/io/bnxe/bnxe_fcoe.c
830
static void BnxeFcoeStatCqeWork(um_device_t * pUM,
usr/src/uts/common/io/bnxe/bnxe_fcoe.c
845
boolean_t BnxeFcoeStatCqe(um_device_t * pUM,
usr/src/uts/common/io/bnxe/bnxe_fcoe.c
865
static void BnxeFcoeStatWqeWork(um_device_t * pUM,
usr/src/uts/common/io/bnxe/bnxe_fcoe.c
91
static void BnxeFcoeInitCqeWork(um_device_t * pUM,
usr/src/uts/common/io/bnxe/bnxe_fcoe.c
912
static boolean_t BnxeFcoeStatWqe(um_device_t * pUM,
usr/src/uts/common/io/bnxe/bnxe_fcoe.c
922
static void BnxeFcoeCompRequestCqeWork(um_device_t * pUM,
usr/src/uts/common/io/bnxe/bnxe_fcoe.c
962
boolean_t BnxeFcoeCompRequestCqe(um_device_t * pUM,
usr/src/uts/common/io/bnxe/bnxe_gld.c
1027
static boolean_t BnxeStatsShow(um_device_t * pUM,
usr/src/uts/common/io/bnxe/bnxe_gld.c
116
um_device_t * pUM = (um_device_t *)pArg;
usr/src/uts/common/io/bnxe/bnxe_gld.c
1247
um_device_t * pUM = (um_device_t *)pArg;
usr/src/uts/common/io/bnxe/bnxe_gld.c
1483
um_device_t * pUM = (um_device_t *)pRxQ->pUM;
usr/src/uts/common/io/bnxe/bnxe_gld.c
1533
um_device_t * pUM = (um_device_t *)pRxQ->pUM;
usr/src/uts/common/io/bnxe/bnxe_gld.c
1559
um_device_t * pUM = (um_device_t *)pRxQ->pUM;
usr/src/uts/common/io/bnxe/bnxe_gld.c
1586
um_device_t * pUM = (um_device_t *)pRxQ->pUM;
usr/src/uts/common/io/bnxe/bnxe_gld.c
1611
um_device_t * pUM = (um_device_t *)pRxQ->pUM;
usr/src/uts/common/io/bnxe/bnxe_gld.c
1637
um_device_t * pUM = (um_device_t *)arg;
usr/src/uts/common/io/bnxe/bnxe_gld.c
1704
um_device_t * pUM = (um_device_t *)arg;
usr/src/uts/common/io/bnxe/bnxe_gld.c
1742
um_device_t * pUM = (um_device_t *)pArg;
usr/src/uts/common/io/bnxe/bnxe_gld.c
1859
static int BnxeSetPrivateProperty(um_device_t * pUM,
usr/src/uts/common/io/bnxe/bnxe_gld.c
2279
um_device_t * pUM = barg;
usr/src/uts/common/io/bnxe/bnxe_gld.c
2456
static int BnxeGetPrivateProperty(um_device_t * pUM,
usr/src/uts/common/io/bnxe/bnxe_gld.c
2594
um_device_t * pUM = barg;
usr/src/uts/common/io/bnxe/bnxe_gld.c
2766
static void BnxeMacPrivatePropertyInfo(um_device_t * pUM,
usr/src/uts/common/io/bnxe/bnxe_gld.c
2847
um_device_t * pUM = barg;
usr/src/uts/common/io/bnxe/bnxe_gld.c
2997
boolean_t BnxeGldInit(um_device_t * pUM)
usr/src/uts/common/io/bnxe/bnxe_gld.c
3050
boolean_t BnxeGldFini(um_device_t * pUM)
usr/src/uts/common/io/bnxe/bnxe_gld.c
3079
void BnxeGldLink(um_device_t * pUM,
usr/src/uts/common/io/bnxe/bnxe_gld.c
496
um_device_t * pUM = (um_device_t *)pArg;
usr/src/uts/common/io/bnxe/bnxe_gld.c
534
um_device_t * pUM = (um_device_t *)pArg;
usr/src/uts/common/io/bnxe/bnxe_gld.c
559
um_device_t * pUM = (um_device_t *)pArg;
usr/src/uts/common/io/bnxe/bnxe_gld.c
607
um_device_t * pUM = (um_device_t *)pArg;
usr/src/uts/common/io/bnxe/bnxe_gld.c
640
um_device_t * pUM = (um_device_t *)pRxQGroup->pUM;
usr/src/uts/common/io/bnxe/bnxe_gld.c
696
um_device_t * pUM = (um_device_t *)pRxQGroup->pUM;
usr/src/uts/common/io/bnxe/bnxe_gld.c
746
um_device_t * pUM = (um_device_t *)pTxQ->pUM;
usr/src/uts/common/io/bnxe/bnxe_gld.c
784
um_device_t * pUM = (um_device_t *)pArg;
usr/src/uts/common/io/bnxe/bnxe_gld.c
827
um_device_t * pUM = (um_device_t *)pArg;
usr/src/uts/common/io/bnxe/bnxe_gld.c
880
um_device_t * pUM = (um_device_t *)pArg;
usr/src/uts/common/io/bnxe/bnxe_gld.c
896
um_device_t * pUM = (um_device_t *)pArg;
usr/src/uts/common/io/bnxe/bnxe_gld.c
916
static boolean_t BnxeReadReg(um_device_t * pUM,
usr/src/uts/common/io/bnxe/bnxe_gld.c
931
static boolean_t BnxeWriteReg(um_device_t * pUM,
usr/src/uts/common/io/bnxe/bnxe_gld.c
946
static boolean_t BnxeReadNvm(um_device_t * pUM,
usr/src/uts/common/io/bnxe/bnxe_gld.c
968
static boolean_t BnxeWriteNvm(um_device_t * pUM,
usr/src/uts/common/io/bnxe/bnxe_gld.c
990
static boolean_t BnxeReadPciCfg(um_device_t * pUM,
usr/src/uts/common/io/bnxe/bnxe_hw.c
1014
boolean_t BnxeEstablishHwConn(um_device_t * pUM,
usr/src/uts/common/io/bnxe/bnxe_hw.c
1098
int BnxeHwStartFCOE(um_device_t * pUM)
usr/src/uts/common/io/bnxe/bnxe_hw.c
1229
int BnxeHwStartL2(um_device_t * pUM)
usr/src/uts/common/io/bnxe/bnxe_hw.c
129
static lm_status_t BnxeRssDisable(um_device_t * pUM)
usr/src/uts/common/io/bnxe/bnxe_hw.c
1373
int BnxeHwStartCore(um_device_t * pUM)
usr/src/uts/common/io/bnxe/bnxe_hw.c
1506
void BnxeHwStopFCOE(um_device_t * pUM)
usr/src/uts/common/io/bnxe/bnxe_hw.c
153
lm_medium_t BnxeHwReqPhyMediumSettings(um_device_t * pUM)
usr/src/uts/common/io/bnxe/bnxe_hw.c
1596
void BnxeHwStopL2(um_device_t * pUM)
usr/src/uts/common/io/bnxe/bnxe_hw.c
1731
void BnxeHwStopCore(um_device_t * pUM)
usr/src/uts/common/io/bnxe/bnxe_hw.c
1873
int BnxeHwResume(um_device_t * pUM)
usr/src/uts/common/io/bnxe/bnxe_hw.c
1910
int BnxeHwSuspend(um_device_t * pUM)
usr/src/uts/common/io/bnxe/bnxe_hw.c
1977
int BnxeHwQuiesce(um_device_t * pUM)
usr/src/uts/common/io/bnxe/bnxe_hw.c
44
static void BnxeVerifySavedDmaList(um_device_t * pUM)
usr/src/uts/common/io/bnxe/bnxe_hw.c
575
lm_flow_control_t BnxeHwReqPhyFlowSettings(um_device_t * pUM)
usr/src/uts/common/io/bnxe/bnxe_hw.c
653
void BnxeUpdatePhy(um_device_t * pUM)
usr/src/uts/common/io/bnxe/bnxe_hw.c
715
int BnxeMacAddress(um_device_t * pUM,
usr/src/uts/common/io/bnxe/bnxe_hw.c
74
static boolean_t BnxeRssEnable(um_device_t * pUM)
usr/src/uts/common/io/bnxe/bnxe_hw.c
770
void BnxeMulticastE1(um_device_t * pUM,
usr/src/uts/common/io/bnxe/bnxe_hw.c
810
int BnxeMulticast(um_device_t * pUM,
usr/src/uts/common/io/bnxe/bnxe_hw.c
966
int BnxeRxMask(um_device_t * pUM,
usr/src/uts/common/io/bnxe/bnxe_illumos.c
174
um_device_t *um = arg;
usr/src/uts/common/io/bnxe/bnxe_illumos.c
234
um_device_t *um = arg;
usr/src/uts/common/io/bnxe/bnxe_illumos.c
28
bnxe_get_phy_id(um_device_t *um)
usr/src/uts/common/io/bnxe/bnxe_illumos.c
284
bnxe_fill_transceiver(um_device_t *um, void *arg)
usr/src/uts/common/io/bnxe/bnxe_illumos.c
89
bnxe_phy_to_media(um_device_t *um)
usr/src/uts/common/io/bnxe/bnxe_intr.c
1067
static void BnxeIntrBlockRemoveHandler(um_device_t * pUM,
usr/src/uts/common/io/bnxe/bnxe_intr.c
1086
static boolean_t BnxeIntrBlockEnable(um_device_t * pUM,
usr/src/uts/common/io/bnxe/bnxe_intr.c
1128
static void BnxeIntrBlockDisable(um_device_t * pUM,
usr/src/uts/common/io/bnxe/bnxe_intr.c
1152
int BnxeIntrEnable(um_device_t * pUM)
usr/src/uts/common/io/bnxe/bnxe_intr.c
1212
void BnxeIntrDisable(um_device_t * pUM)
usr/src/uts/common/io/bnxe/bnxe_intr.c
1253
boolean_t BnxeIntrInit(um_device_t * pUM)
usr/src/uts/common/io/bnxe/bnxe_intr.c
1443
void BnxeIntrFini(um_device_t * pUM)
usr/src/uts/common/io/bnxe/bnxe_intr.c
147
void BnxeIntrIguSbEnable(um_device_t * pUM,
usr/src/uts/common/io/bnxe/bnxe_intr.c
189
void BnxeIntrIguSbDisable(um_device_t * pUM,
usr/src/uts/common/io/bnxe/bnxe_intr.c
232
static void BnxeServiceDefSbIntr(um_device_t * pUM,
usr/src/uts/common/io/bnxe/bnxe_intr.c
378
void BnxePollRxRing(um_device_t * pUM,
usr/src/uts/common/io/bnxe/bnxe_intr.c
451
void BnxePollRxRingFCOE(um_device_t * pUM)
usr/src/uts/common/io/bnxe/bnxe_intr.c
499
static void BnxeServiceSbIntr(um_device_t * pUM,
usr/src/uts/common/io/bnxe/bnxe_intr.c
590
um_device_t * pUM = (um_device_t *)arg1;
usr/src/uts/common/io/bnxe/bnxe_intr.c
694
um_device_t * pUM = (um_device_t *)arg1;
usr/src/uts/common/io/bnxe/bnxe_intr.c
76
static void BnxeFindDmaHandles(um_device_t * pUM)
usr/src/uts/common/io/bnxe/bnxe_intr.c
800
static boolean_t BnxeIntrBlockAlloc(um_device_t * pUM,
usr/src/uts/common/io/bnxe/bnxe_intr.c
947
static void BnxeIntrBlockFree(um_device_t * pUM,
usr/src/uts/common/io/bnxe/bnxe_intr.c
970
static boolean_t BnxeIntrAddHandlers(um_device_t * pUM)
usr/src/uts/common/io/bnxe/bnxe_kstat.c
1104
um_device_t * pUM = (um_device_t *)kstats->ks_private;
usr/src/uts/common/io/bnxe/bnxe_kstat.c
1567
um_device_t * pUM = (um_device_t *)pMap->pUM;
usr/src/uts/common/io/bnxe/bnxe_kstat.c
1637
um_device_t * pUM = (um_device_t *)pMap->pUM;
usr/src/uts/common/io/bnxe/bnxe_kstat.c
1677
boolean_t BnxeKstatInitRxQ(um_device_t * pUM,
usr/src/uts/common/io/bnxe/bnxe_kstat.c
1753
boolean_t BnxeKstatInitTxQ(um_device_t * pUM,
usr/src/uts/common/io/bnxe/bnxe_kstat.c
1810
boolean_t BnxeKstatInit(um_device_t * pUM)
usr/src/uts/common/io/bnxe/bnxe_kstat.c
2462
void BnxeKstatFini(um_device_t * pUM)
usr/src/uts/common/io/bnxe/bnxe_kstat.c
570
um_device_t * pUM = (um_device_t *)kstats->ks_private;
usr/src/uts/common/io/bnxe/bnxe_kstat.c
654
um_device_t * pUM = (um_device_t *)kstats->ks_private;
usr/src/uts/common/io/bnxe/bnxe_kstat.c
687
um_device_t * pUM = (um_device_t *)kstats->ks_private;
usr/src/uts/common/io/bnxe/bnxe_kstat.c
781
um_device_t * pUM = (um_device_t *)kstats->ks_private;
usr/src/uts/common/io/bnxe/bnxe_kstat.c
874
um_device_t * pUM = (um_device_t *)kstats->ks_private;
usr/src/uts/common/io/bnxe/bnxe_kstat.c
907
um_device_t * pUM = (um_device_t *)kstats->ks_private;
usr/src/uts/common/io/bnxe/bnxe_kstat.c
963
um_device_t * pUM = (um_device_t *)kstats->ks_private;
usr/src/uts/common/io/bnxe/bnxe_lock.c
39
void BNXE_LOCK_ENTER_INTR (um_device_t * pUM, int idx) { mutex_enter(&pUM->intrMutex[idx]); }
usr/src/uts/common/io/bnxe/bnxe_lock.c
40
void BNXE_LOCK_EXIT_INTR (um_device_t * pUM, int idx) { mutex_exit(&pUM->intrMutex[idx]); }
usr/src/uts/common/io/bnxe/bnxe_lock.c
41
void BNXE_LOCK_ENTER_INTR_FLIP (um_device_t * pUM, int idx) { mutex_enter(&pUM->intrFlipMutex[idx]); }
usr/src/uts/common/io/bnxe/bnxe_lock.c
42
void BNXE_LOCK_EXIT_INTR_FLIP (um_device_t * pUM, int idx) { mutex_exit(&pUM->intrFlipMutex[idx]); }
usr/src/uts/common/io/bnxe/bnxe_lock.c
43
void BNXE_LOCK_ENTER_TX (um_device_t * pUM, int idx) { mutex_enter(&pUM->txq[idx].txMutex); }
usr/src/uts/common/io/bnxe/bnxe_lock.c
44
void BNXE_LOCK_EXIT_TX (um_device_t * pUM, int idx) { mutex_exit(&pUM->txq[idx].txMutex); }
usr/src/uts/common/io/bnxe/bnxe_lock.c
45
void BNXE_LOCK_ENTER_FREETX (um_device_t * pUM, int idx) { mutex_enter(&pUM->txq[idx].freeTxDescMutex);}
usr/src/uts/common/io/bnxe/bnxe_lock.c
46
void BNXE_LOCK_EXIT_FREETX (um_device_t * pUM, int idx) { mutex_exit(&pUM->txq[idx].freeTxDescMutex); }
usr/src/uts/common/io/bnxe/bnxe_lock.c
47
void BNXE_LOCK_ENTER_RX (um_device_t * pUM, int idx) { mutex_enter(&pUM->rxq[idx].rxMutex); }
usr/src/uts/common/io/bnxe/bnxe_lock.c
48
void BNXE_LOCK_EXIT_RX (um_device_t * pUM, int idx) { mutex_exit(&pUM->rxq[idx].rxMutex); }
usr/src/uts/common/io/bnxe/bnxe_lock.c
49
void BNXE_LOCK_ENTER_DONERX (um_device_t * pUM, int idx) { mutex_enter(&pUM->rxq[idx].doneRxMutex); }
usr/src/uts/common/io/bnxe/bnxe_lock.c
50
void BNXE_LOCK_EXIT_DONERX (um_device_t * pUM, int idx) { mutex_exit(&pUM->rxq[idx].doneRxMutex); }
usr/src/uts/common/io/bnxe/bnxe_lock.c
51
void BNXE_LOCK_ENTER_SB (um_device_t * pUM, int idx) { mutex_enter(&pUM->sbMutex[idx]); }
usr/src/uts/common/io/bnxe/bnxe_lock.c
52
void BNXE_LOCK_EXIT_SB (um_device_t * pUM, int idx) { mutex_exit(&pUM->sbMutex[idx]); }
usr/src/uts/common/io/bnxe/bnxe_lock.c
53
void BNXE_LOCK_ENTER_ETH_CON (um_device_t * pUM) { mutex_enter(&pUM->ethConMutex); }
usr/src/uts/common/io/bnxe/bnxe_lock.c
54
void BNXE_LOCK_EXIT_ETH_CON (um_device_t * pUM) { mutex_exit(&pUM->ethConMutex); }
usr/src/uts/common/io/bnxe/bnxe_lock.c
55
void BNXE_LOCK_ENTER_MCP (um_device_t * pUM) { mutex_enter(&pUM->mcpMutex); }
usr/src/uts/common/io/bnxe/bnxe_lock.c
56
void BNXE_LOCK_EXIT_MCP (um_device_t * pUM) { mutex_exit(&pUM->mcpMutex); }
usr/src/uts/common/io/bnxe/bnxe_lock.c
57
void BNXE_LOCK_ENTER_PHY (um_device_t * pUM) { mutex_enter(&pUM->phyMutex); }
usr/src/uts/common/io/bnxe/bnxe_lock.c
58
void BNXE_LOCK_EXIT_PHY (um_device_t * pUM) { mutex_exit(&pUM->phyMutex); }
usr/src/uts/common/io/bnxe/bnxe_lock.c
59
void BNXE_LOCK_ENTER_IND (um_device_t * pUM) { mutex_enter(&pUM->indMutex); }
usr/src/uts/common/io/bnxe/bnxe_lock.c
60
void BNXE_LOCK_EXIT_IND (um_device_t * pUM) { mutex_exit(&pUM->indMutex); }
usr/src/uts/common/io/bnxe/bnxe_lock.c
61
void BNXE_LOCK_ENTER_CID (um_device_t * pUM) { mutex_enter(&pUM->cidMutex); }
usr/src/uts/common/io/bnxe/bnxe_lock.c
62
void BNXE_LOCK_EXIT_CID (um_device_t * pUM) { mutex_exit(&pUM->cidMutex); }
usr/src/uts/common/io/bnxe/bnxe_lock.c
63
void BNXE_LOCK_ENTER_SPQ (um_device_t * pUM) { mutex_enter(&pUM->spqMutex); }
usr/src/uts/common/io/bnxe/bnxe_lock.c
64
void BNXE_LOCK_EXIT_SPQ (um_device_t * pUM) { mutex_exit(&pUM->spqMutex); }
usr/src/uts/common/io/bnxe/bnxe_lock.c
65
void BNXE_LOCK_ENTER_SPREQ (um_device_t * pUM) { mutex_enter(&pUM->spReqMutex); }
usr/src/uts/common/io/bnxe/bnxe_lock.c
66
void BNXE_LOCK_EXIT_SPREQ (um_device_t * pUM) { mutex_exit(&pUM->spReqMutex); }
usr/src/uts/common/io/bnxe/bnxe_lock.c
67
void BNXE_LOCK_ENTER_RRREQ (um_device_t * pUM) { mutex_enter(&pUM->rrReqMutex); }
usr/src/uts/common/io/bnxe/bnxe_lock.c
68
void BNXE_LOCK_EXIT_RRREQ (um_device_t * pUM) { mutex_exit(&pUM->rrReqMutex); }
usr/src/uts/common/io/bnxe/bnxe_lock.c
69
void BNXE_LOCK_ENTER_ISLES_CONTROL (um_device_t * pUM) { mutex_enter(&pUM->islesCtrlMutex); }
usr/src/uts/common/io/bnxe/bnxe_lock.c
70
void BNXE_LOCK_EXIT_ISLES_CONTROL (um_device_t * pUM) { mutex_exit(&pUM->islesCtrlMutex); }
usr/src/uts/common/io/bnxe/bnxe_lock.c
71
void BNXE_LOCK_ENTER_TOE (um_device_t * pUM) { mutex_enter(&pUM->toeMutex); }
usr/src/uts/common/io/bnxe/bnxe_lock.c
72
void BNXE_LOCK_EXIT_TOE (um_device_t * pUM) { mutex_exit(&pUM->toeMutex); }
usr/src/uts/common/io/bnxe/bnxe_lock.c
73
void BNXE_LOCK_ENTER_MEM (um_device_t * pUM) { mutex_enter(&pUM->memMutex); }
usr/src/uts/common/io/bnxe/bnxe_lock.c
74
void BNXE_LOCK_EXIT_MEM (um_device_t * pUM) { mutex_exit(&pUM->memMutex); }
usr/src/uts/common/io/bnxe/bnxe_lock.c
75
void BNXE_LOCK_ENTER_OFFLOAD (um_device_t * pUM) { mutex_enter(&pUM->offloadMutex); }
usr/src/uts/common/io/bnxe/bnxe_lock.c
76
void BNXE_LOCK_EXIT_OFFLOAD (um_device_t * pUM) { mutex_exit(&pUM->offloadMutex); }
usr/src/uts/common/io/bnxe/bnxe_lock.c
77
void BNXE_LOCK_ENTER_HWINIT (um_device_t * pUM) { mutex_enter(&pUM->hwInitMutex); }
usr/src/uts/common/io/bnxe/bnxe_lock.c
78
void BNXE_LOCK_EXIT_HWINIT (um_device_t * pUM) { mutex_exit(&pUM->hwInitMutex); }
usr/src/uts/common/io/bnxe/bnxe_lock.c
79
void BNXE_LOCK_ENTER_GLD (um_device_t * pUM) { mutex_enter(&pUM->gldMutex); }
usr/src/uts/common/io/bnxe/bnxe_lock.c
80
void BNXE_LOCK_EXIT_GLD (um_device_t * pUM) { mutex_exit(&pUM->gldMutex); }
usr/src/uts/common/io/bnxe/bnxe_lock.c
81
void BNXE_LOCK_ENTER_GLDTX (um_device_t * pUM, krw_t rw) { rw_enter(&pUM->gldTxMutex, rw); }
usr/src/uts/common/io/bnxe/bnxe_lock.c
82
void BNXE_LOCK_EXIT_GLDTX (um_device_t * pUM) { rw_exit(&pUM->gldTxMutex); }
usr/src/uts/common/io/bnxe/bnxe_lock.c
83
void BNXE_LOCK_ENTER_TIMER (um_device_t * pUM) { mutex_enter(&pUM->timerMutex); }
usr/src/uts/common/io/bnxe/bnxe_lock.c
84
void BNXE_LOCK_EXIT_TIMER (um_device_t * pUM) { mutex_exit(&pUM->timerMutex); }
usr/src/uts/common/io/bnxe/bnxe_lock.c
85
void BNXE_LOCK_ENTER_STATS (um_device_t * pUM) { mutex_enter(&pUM->kstatMutex); }
usr/src/uts/common/io/bnxe/bnxe_lock.c
86
void BNXE_LOCK_EXIT_STATS (um_device_t * pUM) { mutex_exit(&pUM->kstatMutex); }
usr/src/uts/common/io/bnxe/bnxe_main.c
103
boolean_t BnxeProtoSupport(um_device_t * pUM, int proto)
usr/src/uts/common/io/bnxe/bnxe_main.c
1030
um_device_t * pUM;
usr/src/uts/common/io/bnxe/bnxe_main.c
1045
pUM = (um_device_t *)ddi_get_driver_private(pBinding->pPrvDev);
usr/src/uts/common/io/bnxe/bnxe_main.c
168
boolean_t BnxeProtoFcoeAfex(um_device_t * pUM)
usr/src/uts/common/io/bnxe/bnxe_main.c
175
static boolean_t BnxePciInit(um_device_t * pUM)
usr/src/uts/common/io/bnxe/bnxe_main.c
188
static void BnxePciDestroy(um_device_t * pUM)
usr/src/uts/common/io/bnxe/bnxe_main.c
198
static void BnxeBarMemDestroy(um_device_t * pUM)
usr/src/uts/common/io/bnxe/bnxe_main.c
213
static void BnxeMutexInit(um_device_t * pUM)
usr/src/uts/common/io/bnxe/bnxe_main.c
290
static void BnxeMutexDestroy(um_device_t * pUM)
usr/src/uts/common/io/bnxe/bnxe_main.c
372
static void BnxeFmInit(um_device_t * pUM)
usr/src/uts/common/io/bnxe/bnxe_main.c
414
static void BnxeFmFini(um_device_t * pUM)
usr/src/uts/common/io/bnxe/bnxe_main.c
438
void BnxeFmErrorReport(um_device_t * pUM,
usr/src/uts/common/io/bnxe/bnxe_main.c
457
static boolean_t BnxeAttachDevice(um_device_t * pUM)
usr/src/uts/common/io/bnxe/bnxe_main.c
68
um_device_t * pUM = (um_device_t *)pDev;
usr/src/uts/common/io/bnxe/bnxe_main.c
749
static boolean_t BnxeDetachDevice(um_device_t * pUM)
usr/src/uts/common/io/bnxe/bnxe_main.c
76
um_device_t * pUM = (um_device_t *)pDev;
usr/src/uts/common/io/bnxe/bnxe_main.c
791
um_device_t * pUM;
usr/src/uts/common/io/bnxe/bnxe_main.c
797
if ((pUM = kmem_zalloc(sizeof(um_device_t), KM_SLEEP)) == NULL)
usr/src/uts/common/io/bnxe/bnxe_main.c
81
char * BnxeChipName(um_device_t * pUM)
usr/src/uts/common/io/bnxe/bnxe_main.c
828
kmem_free(pUM, sizeof(um_device_t));
usr/src/uts/common/io/bnxe/bnxe_main.c
844
pUM = (um_device_t *)ddi_get_driver_private(pDev);
usr/src/uts/common/io/bnxe/bnxe_main.c
870
um_device_t * pUM;
usr/src/uts/common/io/bnxe/bnxe_main.c
876
pUM = (um_device_t *)ddi_get_driver_private(pDev);
usr/src/uts/common/io/bnxe/bnxe_main.c
897
kmem_free(pUM, sizeof(um_device_t));
usr/src/uts/common/io/bnxe/bnxe_main.c
906
pUM = (um_device_t *)ddi_get_driver_private(pDev);
usr/src/uts/common/io/bnxe/bnxe_main.c
934
um_device_t * pUM;
usr/src/uts/common/io/bnxe/bnxe_main.c
936
pUM = (um_device_t *)ddi_get_driver_private(pDev);
usr/src/uts/common/io/bnxe/bnxe_main.c
965
um_device_t *pUM = (um_device_t *) ddi_get_driver_private(pDev);
usr/src/uts/common/io/bnxe/bnxe_main.c
990
um_device_t * pUM = (um_device_t *)ddi_get_driver_private(pDev);
usr/src/uts/common/io/bnxe/bnxe_mm.c
111
um_device_t * pUM = (um_device_t *)pDev;
usr/src/uts/common/io/bnxe/bnxe_mm.c
1137
um_device_t * pUM = (um_device_t *)pLM;
usr/src/uts/common/io/bnxe/bnxe_mm.c
1186
um_device_t * pUM = (um_device_t *)pDev;
usr/src/uts/common/io/bnxe/bnxe_mm.c
1188
BnxeWorkQueueAddDelayNoCopy(pUM, (void (*)(um_device_t *, void *))task, param, delay_ms);
usr/src/uts/common/io/bnxe/bnxe_mm.c
1199
um_device_t * pUM = (um_device_t *)pDev;
usr/src/uts/common/io/bnxe/bnxe_mm.c
1204
BnxeWorkQueueAddGeneric(pUM, (void (*)(um_device_t *))func);
usr/src/uts/common/io/bnxe/bnxe_mm.c
1212
BNXE_LOCK_ENTER_SPQ((um_device_t *)pDev);
usr/src/uts/common/io/bnxe/bnxe_mm.c
1218
BNXE_LOCK_EXIT_SPQ((um_device_t *)pDev);
usr/src/uts/common/io/bnxe/bnxe_mm.c
1224
BNXE_LOCK_ENTER_SPQ((um_device_t *)pDev);
usr/src/uts/common/io/bnxe/bnxe_mm.c
123
um_device_t * pUM = (um_device_t *)pDev;
usr/src/uts/common/io/bnxe/bnxe_mm.c
1230
BNXE_LOCK_EXIT_SPQ((um_device_t *)pDev);
usr/src/uts/common/io/bnxe/bnxe_mm.c
1236
BNXE_LOCK_ENTER_CID((um_device_t *)pDev);
usr/src/uts/common/io/bnxe/bnxe_mm.c
1242
BNXE_LOCK_EXIT_CID((um_device_t *)pDev);
usr/src/uts/common/io/bnxe/bnxe_mm.c
1248
BNXE_LOCK_ENTER_RRREQ((um_device_t *)pDev);
usr/src/uts/common/io/bnxe/bnxe_mm.c
1254
BNXE_LOCK_EXIT_RRREQ((um_device_t *)pDev);
usr/src/uts/common/io/bnxe/bnxe_mm.c
1260
BNXE_LOCK_ENTER_PHY((um_device_t *)pDev);
usr/src/uts/common/io/bnxe/bnxe_mm.c
1266
BNXE_LOCK_EXIT_PHY((um_device_t *)pDev);
usr/src/uts/common/io/bnxe/bnxe_mm.c
1272
BNXE_LOCK_ENTER_PHY((um_device_t *)pDev);
usr/src/uts/common/io/bnxe/bnxe_mm.c
1278
BNXE_LOCK_EXIT_PHY((um_device_t *)pDev);
usr/src/uts/common/io/bnxe/bnxe_mm.c
1285
um_device_t * pUM = (um_device_t *)pDev;
usr/src/uts/common/io/bnxe/bnxe_mm.c
131
void BnxeInitBdCnts(um_device_t * pUM,
usr/src/uts/common/io/bnxe/bnxe_mm.c
1320
BNXE_LOCK_ENTER_MCP((um_device_t *)pDev);
usr/src/uts/common/io/bnxe/bnxe_mm.c
1326
BNXE_LOCK_EXIT_MCP((um_device_t *)pDev);
usr/src/uts/common/io/bnxe/bnxe_mm.c
1332
BNXE_LOCK_ENTER_ISLES_CONTROL((um_device_t *)pDev);
usr/src/uts/common/io/bnxe/bnxe_mm.c
1338
BNXE_LOCK_EXIT_ISLES_CONTROL((um_device_t *)pDev);
usr/src/uts/common/io/bnxe/bnxe_mm.c
1344
BNXE_LOCK_ENTER_ISLES_CONTROL((um_device_t *)pDev);
usr/src/uts/common/io/bnxe/bnxe_mm.c
1350
BNXE_LOCK_EXIT_ISLES_CONTROL((um_device_t *)pDev);
usr/src/uts/common/io/bnxe/bnxe_mm.c
1356
BNXE_LOCK_ENTER_IND((um_device_t *)pDev);
usr/src/uts/common/io/bnxe/bnxe_mm.c
1362
BNXE_LOCK_EXIT_IND((um_device_t *)pDev);
usr/src/uts/common/io/bnxe/bnxe_mm.c
1380
BNXE_LOCK_ENTER_SPREQ((um_device_t *)pDev);
usr/src/uts/common/io/bnxe/bnxe_mm.c
1386
BNXE_LOCK_EXIT_SPREQ((um_device_t *)pDev);
usr/src/uts/common/io/bnxe/bnxe_mm.c
1392
BNXE_LOCK_ENTER_SB((um_device_t *)pDev, sb_idx);
usr/src/uts/common/io/bnxe/bnxe_mm.c
1398
BNXE_LOCK_EXIT_SB((um_device_t *)pDev, sb_idx);
usr/src/uts/common/io/bnxe/bnxe_mm.c
1404
BNXE_LOCK_ENTER_ETH_CON((um_device_t *)pDev);
usr/src/uts/common/io/bnxe/bnxe_mm.c
1410
BNXE_LOCK_EXIT_ETH_CON((um_device_t *)pDev);
usr/src/uts/common/io/bnxe/bnxe_mm.c
1434
um_device_t * pUM = (um_device_t *)pDev;
usr/src/uts/common/io/bnxe/bnxe_mm.c
1528
um_device_t * pUM = (um_device_t *)pDev;
usr/src/uts/common/io/bnxe/bnxe_mm.c
1541
um_device_t * pUM = (um_device_t *)pDev;
usr/src/uts/common/io/bnxe/bnxe_mm.c
160
um_device_t * pUM = (um_device_t *)pLM;
usr/src/uts/common/io/bnxe/bnxe_mm.c
309
static boolean_t BnxeIsBarUsed(um_device_t * pUM,
usr/src/uts/common/io/bnxe/bnxe_mm.c
343
um_device_t * pUM = (um_device_t *)pLM;
usr/src/uts/common/io/bnxe/bnxe_mm.c
414
um_device_t * pUM = (um_device_t *)pLM;
usr/src/uts/common/io/bnxe/bnxe_mm.c
470
um_device_t * pUM = (um_device_t *)pLM;
usr/src/uts/common/io/bnxe/bnxe_mm.c
501
um_device_t * pUM = (um_device_t *)pLM;
usr/src/uts/common/io/bnxe/bnxe_mm.c
567
um_device_t * pUM = (um_device_t *)pLM;
usr/src/uts/common/io/bnxe/bnxe_mm.c
720
um_device_t * pUM = (um_device_t *)pDev;
usr/src/uts/common/io/bnxe/bnxe_mm.c
731
um_device_t * pUM = (um_device_t *)pDev;
usr/src/uts/common/io/bnxe/bnxe_mm.c
807
um_device_t * pUM = (um_device_t *)pDev;
usr/src/uts/common/io/bnxe/bnxe_mm.c
878
BnxeTxPktsReclaim((um_device_t *)pLM, idx, packet_list);
usr/src/uts/common/io/bnxe/bnxe_mm.c
887
um_device_t * pUM = (um_device_t *)pDev;
usr/src/uts/common/io/bnxe/bnxe_mm.c
948
um_device_t * pUM = (um_device_t *)pDev;
usr/src/uts/common/io/bnxe/bnxe_mm.c
954
static void BnxeLinkStatus(um_device_t * pUM,
usr/src/uts/common/io/bnxe/bnxe_mm_l4.c
105
BnxeDbgBreak((um_device_t *)pdev);
usr/src/uts/common/io/bnxe/bnxe_mm_l4.c
114
BnxeDbgBreak((um_device_t *)pdev);
usr/src/uts/common/io/bnxe/bnxe_mm_l4.c
125
BnxeDbgBreak((um_device_t *)pdev);
usr/src/uts/common/io/bnxe/bnxe_mm_l4.c
145
BnxeDbgBreak((um_device_t *)pdev);
usr/src/uts/common/io/bnxe/bnxe_mm_l4.c
154
BnxeDbgBreak((um_device_t *)pdev);
usr/src/uts/common/io/bnxe/bnxe_mm_l4.c
163
BnxeDbgBreak((um_device_t *)pdev);
usr/src/uts/common/io/bnxe/bnxe_mm_l4.c
173
BnxeDbgBreak((um_device_t *)pdev);
usr/src/uts/common/io/bnxe/bnxe_mm_l4.c
184
BnxeDbgBreak((um_device_t *)pdev);
usr/src/uts/common/io/bnxe/bnxe_mm_l4.c
194
BnxeDbgBreak((um_device_t *)pdev);
usr/src/uts/common/io/bnxe/bnxe_mm_l4.c
198
static void _schedule_work_item_for_alloc_gen_bufs(um_device_t * pdev)
usr/src/uts/common/io/bnxe/bnxe_mm_l4.c
200
BnxeDbgBreak((um_device_t *)pdev);
usr/src/uts/common/io/bnxe/bnxe_mm_l4.c
205
um_device_t * pdev,
usr/src/uts/common/io/bnxe/bnxe_mm_l4.c
209
BnxeDbgBreak((um_device_t *)pdev);
usr/src/uts/common/io/bnxe/bnxe_mm_l4.c
220
BnxeDbgBreak((um_device_t *)pdev);
usr/src/uts/common/io/bnxe/bnxe_mm_l4.c
232
BnxeDbgBreak((um_device_t *)pdev);
usr/src/uts/common/io/bnxe/bnxe_mm_l4.c
243
BnxeDbgBreak((um_device_t *)pdev);
usr/src/uts/common/io/bnxe/bnxe_mm_l4.c
256
BnxeDbgBreak((um_device_t *)pdev);
usr/src/uts/common/io/bnxe/bnxe_mm_l4.c
267
BnxeDbgBreak((um_device_t *)pdev);
usr/src/uts/common/io/bnxe/bnxe_mm_l4.c
278
BnxeDbgBreak((um_device_t *)pdev);
usr/src/uts/common/io/bnxe/bnxe_mm_l4.c
287
BnxeDbgBreak((um_device_t *)pdev);
usr/src/uts/common/io/bnxe/bnxe_mm_l4.c
296
BnxeDbgBreak((um_device_t *)pdev);
usr/src/uts/common/io/bnxe/bnxe_mm_l4.c
310
BnxeDbgBreak((um_device_t *)pdev);
usr/src/uts/common/io/bnxe/bnxe_mm_l4.c
42
BnxeDbgBreak((um_device_t *)pdev);
usr/src/uts/common/io/bnxe/bnxe_mm_l4.c
51
BnxeDbgBreak((um_device_t *)pdev);
usr/src/uts/common/io/bnxe/bnxe_mm_l4.c
57
BNXE_LOCK_ENTER_TOE((um_device_t *)pDev);
usr/src/uts/common/io/bnxe/bnxe_mm_l4.c
63
BNXE_LOCK_EXIT_TOE((um_device_t *)pDev);
usr/src/uts/common/io/bnxe/bnxe_mm_l4.c
69
BnxeDbgBreak((um_device_t *)pdev);
usr/src/uts/common/io/bnxe/bnxe_mm_l4.c
75
BnxeDbgBreak((um_device_t *)pdev);
usr/src/uts/common/io/bnxe/bnxe_mm_l4.c
81
BnxeDbgBreak((um_device_t *)pdev);
usr/src/uts/common/io/bnxe/bnxe_mm_l4.c
87
BnxeDbgBreak((um_device_t *)pdev);
usr/src/uts/common/io/bnxe/bnxe_mm_l4.c
96
BnxeDbgBreak((um_device_t *)pdev);
usr/src/uts/common/io/bnxe/bnxe_mm_l5.c
109
return (!BnxeFcoeDestroyCqe((um_device_t *)pdev, kcqe)) ?
usr/src/uts/common/io/bnxe/bnxe_mm_l5.c
120
return (!BnxeFcoeOffloadConnCqe((um_device_t *)pdev,
usr/src/uts/common/io/bnxe/bnxe_mm_l5.c
133
return (!BnxeFcoeEnableConnCqe((um_device_t *)pdev,
usr/src/uts/common/io/bnxe/bnxe_mm_l5.c
145
return (!BnxeFcoeStatCqe((um_device_t *)pdev, kcqe)) ?
usr/src/uts/common/io/bnxe/bnxe_mm_l5.c
156
return (!BnxeFcoeDisableConnCqe((um_device_t *)pdev,
usr/src/uts/common/io/bnxe/bnxe_mm_l5.c
169
return (!BnxeFcoeDestroyConnCqe((um_device_t *)pdev,
usr/src/uts/common/io/bnxe/bnxe_mm_l5.c
182
BnxeDbgBreak((um_device_t *)pdev);
usr/src/uts/common/io/bnxe/bnxe_mm_l5.c
45
BnxeDbgBreak((um_device_t *)pdev);
usr/src/uts/common/io/bnxe/bnxe_mm_l5.c
56
return (!BnxeFcoeCompRequestCqe((um_device_t *)pdev, kcqes, num_kcqes)) ?
usr/src/uts/common/io/bnxe/bnxe_mm_l5.c
63
BnxeDbgBreak((um_device_t *)pdev);
usr/src/uts/common/io/bnxe/bnxe_mm_l5.c
71
BnxeDbgBreak((um_device_t *)_pdev);
usr/src/uts/common/io/bnxe/bnxe_mm_l5.c
82
BnxeDbgBreak((um_device_t *)_pdev);
usr/src/uts/common/io/bnxe/bnxe_mm_l5.c
89
BnxeDbgBreak((um_device_t *)pdev);
usr/src/uts/common/io/bnxe/bnxe_mm_l5.c
99
return (!BnxeFcoeInitCqe((um_device_t *)pdev, kcqe)) ?
usr/src/uts/common/io/bnxe/bnxe_rr.c
41
int BnxeRouteTxRing(um_device_t * pUM,
usr/src/uts/common/io/bnxe/bnxe_rx.c
114
static u32_t BnxeRxPktDescrSize(um_device_t * pUM)
usr/src/uts/common/io/bnxe/bnxe_rx.c
126
static void BnxeRxPktDescrFree(um_device_t * pUM,
usr/src/uts/common/io/bnxe/bnxe_rx.c
144
um_device_t * pUM = (um_device_t *)pRxPkt->pUM;
usr/src/uts/common/io/bnxe/bnxe_rx.c
204
boolean_t BnxeWaitForPacketsFromClient(um_device_t * pUM,
usr/src/uts/common/io/bnxe/bnxe_rx.c
273
mblk_t * BnxeRxRingProcess(um_device_t * pUM,
usr/src/uts/common/io/bnxe/bnxe_rx.c
577
static void BnxeRxRingDump(um_device_t * pUM,
usr/src/uts/common/io/bnxe/bnxe_rx.c
59
static void BnxeRxPostBuffers(um_device_t * pUM,
usr/src/uts/common/io/bnxe/bnxe_rx.c
597
static void BnxeRxPktsAbortIdx(um_device_t * pUM,
usr/src/uts/common/io/bnxe/bnxe_rx.c
608
void BnxeRxPktsAbort(um_device_t * pUM,
usr/src/uts/common/io/bnxe/bnxe_rx.c
637
static int BnxeRxBufAlloc(um_device_t * pUM,
usr/src/uts/common/io/bnxe/bnxe_rx.c
695
static int BnxeRxPktsInitPostBuffersIdx(um_device_t * pUM,
usr/src/uts/common/io/bnxe/bnxe_rx.c
706
int BnxeRxPktsInitPostBuffers(um_device_t * pUM,
usr/src/uts/common/io/bnxe/bnxe_rx.c
737
static int BnxeRxPktsInitIdx(um_device_t * pUM,
usr/src/uts/common/io/bnxe/bnxe_rx.c
802
int BnxeRxPktsInit(um_device_t * pUM,
usr/src/uts/common/io/bnxe/bnxe_rx.c
836
static void BnxeRxPktsFiniIdx(um_device_t * pUM,
usr/src/uts/common/io/bnxe/bnxe_rx.c
891
void BnxeRxPktsFini(um_device_t * pUM,
usr/src/uts/common/io/bnxe/bnxe_timer.c
46
um_device_t * pUM = (um_device_t *)pArg;
usr/src/uts/common/io/bnxe/bnxe_timer.c
79
void BnxeTimerStart(um_device_t * pUM)
usr/src/uts/common/io/bnxe/bnxe_timer.c
90
void BnxeTimerStop(um_device_t * pUM)
usr/src/uts/common/io/bnxe/bnxe_tx.c
1048
static void BnxeTxPktsAbortIdx(um_device_t * pUM,
usr/src/uts/common/io/bnxe/bnxe_tx.c
1063
void BnxeTxPktsAbort(um_device_t * pUM,
usr/src/uts/common/io/bnxe/bnxe_tx.c
1092
static um_txpacket_t * BnxeTxPktAlloc(um_device_t * pUM,
usr/src/uts/common/io/bnxe/bnxe_tx.c
1188
static int BnxeTxPktsInitIdx(um_device_t * pUM,
usr/src/uts/common/io/bnxe/bnxe_tx.c
1279
int BnxeTxPktsInit(um_device_t * pUM,
usr/src/uts/common/io/bnxe/bnxe_tx.c
1314
static void BnxeTxPktsFiniIdx(um_device_t * pUM,
usr/src/uts/common/io/bnxe/bnxe_tx.c
1346
void BnxeTxPktsFini(um_device_t * pUM,
usr/src/uts/common/io/bnxe/bnxe_tx.c
136
void BnxeTxPktsReclaim(um_device_t * pUM,
usr/src/uts/common/io/bnxe/bnxe_tx.c
170
static int BnxeTxSendWaitingPkt(um_device_t * pUM,
usr/src/uts/common/io/bnxe/bnxe_tx.c
216
void BnxeTxRingProcess(um_device_t * pUM,
usr/src/uts/common/io/bnxe/bnxe_tx.c
303
static inline int BnxeTxPktMapFrag(um_device_t * pUM,
usr/src/uts/common/io/bnxe/bnxe_tx.c
406
static int BnxeTxPktCopy(um_device_t * pUM,
usr/src/uts/common/io/bnxe/bnxe_tx.c
613
static inline u16_t BnxeUdpPseudoCsum(um_device_t * pUM,
usr/src/uts/common/io/bnxe/bnxe_tx.c
650
static inline int BnxeGetHdrInfo(um_device_t * pUM,
usr/src/uts/common/io/bnxe/bnxe_tx.c
74
static um_txpacket_t * BnxeTxPktAlloc(um_device_t * pUM, size_t size);
usr/src/uts/common/io/bnxe/bnxe_tx.c
829
int BnxeTxSendMblk(um_device_t * pUM,
usr/src/uts/common/io/bnxe/bnxe_workq.c
110
void BnxeWorkQueueWaitAndDestroy(um_device_t * pUM)
usr/src/uts/common/io/bnxe/bnxe_workq.c
120
um_device_t * pUM = (um_device_t *)pWorkq->pUM;
usr/src/uts/common/io/bnxe/bnxe_workq.c
173
static void BnxeWorkQueueTrigger(um_device_t * pUM,
usr/src/uts/common/io/bnxe/bnxe_workq.c
190
void BnxeWorkQueueStartPending(um_device_t * pUM)
usr/src/uts/common/io/bnxe/bnxe_workq.c
220
boolean_t BnxeWorkQueueAdd(um_device_t * pUM,
usr/src/uts/common/io/bnxe/bnxe_workq.c
221
void (*pWorkCbkCopy)(um_device_t *, void *, u32_t),
usr/src/uts/common/io/bnxe/bnxe_workq.c
262
boolean_t BnxeWorkQueueAddNoCopy(um_device_t * pUM,
usr/src/uts/common/io/bnxe/bnxe_workq.c
263
void (*pWorkCbkNoCopy)(um_device_t *, void *),
usr/src/uts/common/io/bnxe/bnxe_workq.c
300
boolean_t BnxeWorkQueueAddGeneric(um_device_t * pUM,
usr/src/uts/common/io/bnxe/bnxe_workq.c
301
void (*pWorkCbkGeneric)(um_device_t *))
usr/src/uts/common/io/bnxe/bnxe_workq.c
337
boolean_t BnxeWorkQueueAddDelay(um_device_t * pUM,
usr/src/uts/common/io/bnxe/bnxe_workq.c
338
void (*pWorkCbkCopy)(um_device_t *, void *, u32_t),
usr/src/uts/common/io/bnxe/bnxe_workq.c
380
boolean_t BnxeWorkQueueAddDelayNoCopy(um_device_t * pUM,
usr/src/uts/common/io/bnxe/bnxe_workq.c
381
void (*pWorkCbkNoCopy)(um_device_t *, void *),
usr/src/uts/common/io/bnxe/bnxe_workq.c
419
boolean_t BnxeWorkQueueAddDelayGeneric(um_device_t * pUM,
usr/src/uts/common/io/bnxe/bnxe_workq.c
420
void (*pWorkCbkGeneric)(um_device_t *),
usr/src/uts/common/io/bnxe/bnxe_workq.c
44
void (*pWorkCbkCopy)(um_device_t *, void *, u32_t);
usr/src/uts/common/io/bnxe/bnxe_workq.c
45
void (*pWorkCbkNoCopy)(um_device_t *, void *);
usr/src/uts/common/io/bnxe/bnxe_workq.c
46
void (*pWorkCbkGeneric)(um_device_t *);
usr/src/uts/common/io/bnxe/bnxe_workq.c
63
boolean_t BnxeWorkQueueInit(um_device_t * pUM)