/titanic_44/usr/src/uts/common/io/aggr/ |
H A D | aggr_recv.c | 43 aggr_mac_rx(mac_handle_t lg_mh, mac_resource_handle_t mrh, mblk_t *mp) in aggr_mac_rx() argument 45 if (mrh == NULL) { in aggr_mac_rx() 46 mac_rx(lg_mh, mrh, mp); in aggr_mac_rx() 48 aggr_pseudo_rx_ring_t *ring = (aggr_pseudo_rx_ring_t *)mrh; in aggr_mac_rx() 54 aggr_recv_lacp(aggr_port_t *port, mac_resource_handle_t mrh, mblk_t *mp) in aggr_recv_lacp() argument 63 aggr_mac_rx(grp->lg_mh, mrh, nmp); in aggr_recv_lacp() 75 aggr_recv_cb(void *arg, mac_resource_handle_t mrh, mblk_t *mp, in aggr_recv_cb() argument 82 aggr_mac_rx(grp->lg_mh, mrh, mp); in aggr_recv_cb() 104 aggr_mac_rx(grp->lg_mh, mrh, in aggr_recv_cb() 131 aggr_recv_lacp(port, mrh, cmp); in aggr_recv_cb() [all …]
|
H A D | aggr_send.c | 177 mac_ring_handle_t mrh = (mac_ring_handle_t)arg2; in aggr_tx_ring_update() local 182 if (mrh == NULL) { in aggr_tx_ring_update() 191 if (port->lp_tx_rings[i] == mrh) in aggr_tx_ring_update()
|
/titanic_44/usr/src/uts/common/io/dls/ |
H A D | dls_link.c | 271 i_dls_link_rx_func(dls_link_t *dlp, mac_resource_handle_t mrh, in i_dls_link_rx_func() argument 321 ds_rx(ds_rx_arg, mrh, nmp, mhip); in i_dls_link_rx_func() 334 i_dls_link_rx(void *arg, mac_resource_handle_t mrh, mblk_t *mp, in i_dls_link_rx() argument 386 if (i_dls_link_rx_func(dlp, mrh, &mhi, mp, in i_dls_link_rx() 463 ds_rx(ds_rx_arg, mrh, mp, &mhi); in i_dls_link_rx() 476 ds_rx(ds_rx_arg, mrh, nmp, &mhi); in i_dls_link_rx() 501 dls_rx_vlan_promisc(void *arg, mac_resource_handle_t mrh, mblk_t *mp, in dls_rx_vlan_promisc() argument 544 dls_rx_promisc(void *arg, mac_resource_handle_t mrh, mblk_t *mp, in dls_rx_promisc() argument
|
/titanic_44/usr/src/uts/common/io/mac/ |
H A D | mac_provider.c | 628 mac_rx_ring(mac_handle_t mh, mac_ring_handle_t mrh, mblk_t *mp_chain, in mac_rx_ring() argument 631 mac_ring_t *mr = (mac_ring_t *)mrh; in mac_rx_ring() 639 mac_rx(mh, (mac_resource_handle_t)mrh, mp_chain); in mac_rx_ring() 646 mac_rx(mac_handle_t mh, mac_resource_handle_t mrh, mblk_t *mp_chain) in mac_rx() argument 656 mac_rx_common(mh, mrh, mp_chain); in mac_rx() 668 mac_rx_common((mac_handle_t)mip, mrh, mp_chain); in mac_rx() 670 mac_bridge_rx_cb(mh, mrh, mp_chain); in mac_rx() 694 mac_rx_common(mac_handle_t mh, mac_resource_handle_t mrh, mblk_t *mp_chain) in mac_rx_common() argument 697 mac_ring_t *mr = (mac_ring_t *)mrh; in mac_rx_common() 772 if ((bp = mac_rx_flow(mh, mrh, bp)) == NULL) in mac_rx_common() [all …]
|
H A D | mac_sched.c | 4640 mac_rx_deliver(void *arg1, mac_resource_handle_t mrh, mblk_t *mp_chain, in mac_rx_deliver() argument 4660 mcip->mci_rx_fn(mcip->mci_rx_arg, mrh, mp_chain, B_FALSE); in mac_rx_deliver()
|
H A D | mac.c | 2421 mac_rx_classify(mac_impl_t *mip, mac_resource_handle_t mrh, mblk_t *mp) in mac_rx_classify() argument 2469 mac_rx_flow(mac_handle_t mh, mac_resource_handle_t mrh, mblk_t *mp_chain) in mac_rx_flow() argument 2486 if (mac_rx_classify(mip, mrh, bp1) != NULL) { in mac_rx_flow()
|
/titanic_44/usr/src/uts/sun4v/io/ |
H A D | vsw_switching.c | 79 vsw_port_t *port, mac_resource_handle_t mrh); 131 extern void vsw_mac_rx(vsw_t *vswp, mac_resource_handle_t mrh, 411 mac_resource_handle_t mrh) in vsw_switch_frame_nop() argument 421 vsw_port_t *port, mac_resource_handle_t mrh) in vsw_switch_l2_frame_mac_client() argument 423 _NOTE(ARGUNUSED(mrh)) in vsw_switch_l2_frame_mac_client() 457 vsw_port_t *arg, mac_resource_handle_t mrh) in vsw_switch_l2_frame() argument 489 vsw_mac_rx(vswp, mrh, mp, VSW_MACRX_FREEMSG); in vsw_switch_l2_frame() 507 vsw_mac_rx(vswp, mrh, mp, in vsw_switch_l2_frame() 553 vsw_mac_rx(vswp, mrh, mp, in vsw_switch_l2_frame() 570 vsw_mac_rx(vswp, mrh, mp, in vsw_switch_l2_frame() [all …]
|
H A D | vsw_phys.c | 886 vsw_if_rx_cb(void *arg, mac_resource_handle_t mrh, mblk_t *mp, in vsw_if_rx_cb() argument 889 _NOTE(ARGUNUSED(mrh)) in vsw_if_rx_cb() 920 vsw_port_rx_cb(void *arg, mac_resource_handle_t mrh, mblk_t *mp, in vsw_port_rx_cb() argument 923 _NOTE(ARGUNUSED(mrh)) in vsw_port_rx_cb()
|
H A D | vsw.c | 123 void vsw_mac_rx(vsw_t *vswp, mac_resource_handle_t mrh, 135 vsw_port_t *port, mac_resource_handle_t mrh); 2715 vsw_mac_rx(vsw_t *vswp, mac_resource_handle_t mrh, in vsw_mac_rx() argument 2766 mac_rx(vswp->if_mh, mrh, mp); in vsw_mac_rx()
|
H A D | vnet.c | 2632 vnet_hio_rx_cb(void *arg, mac_resource_handle_t mrh, mblk_t *mp, in vnet_hio_rx_cb() argument 2636 vnet_pseudo_rx_ring_t *ringp = (vnet_pseudo_rx_ring_t *)mrh; in vnet_hio_rx_cb()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | mac_impl.h | 300 mac_ring_handle_t mrh = rh; \ 306 if (mrh == NULL) \ 307 mrh = mimpl->mi_default_tx_ring; \ 308 if (mrh == NULL) { \ 311 rest = mac_hwring_tx(mrh, mp); \
|
/titanic_44/usr/src/uts/common/io/fcoe/ |
H A D | fcoe_eth.c | 46 static void fcoe_rx(void *arg, mac_resource_handle_t mrh, 239 fcoe_rx(void *arg, mac_resource_handle_t mrh, mblk_t *mp, boolean_t loopback) in fcoe_rx() argument
|
/titanic_44/usr/src/uts/common/xen/io/ |
H A D | xnbo.c | 195 xnbo_from_mac(void *arg, mac_resource_handle_t mrh, mblk_t *mp, in xnbo_from_mac() argument 212 xnbo_from_mac_filter(void *arg, mac_resource_handle_t mrh, mblk_t *mp, in xnbo_from_mac_filter() argument 257 xnbo_from_mac(xnbp, mrh, keep_head, B_FALSE); in xnbo_from_mac_filter()
|
/titanic_44/usr/src/uts/common/io/e1000g/ |
H A D | e1000g_sw.h | 796 mac_ring_handle_t mrh; member 826 mac_resource_handle_t mrh; member
|
H A D | e1000g_main.c | 2419 mac_rx_ring(Adapter->mh, rx_ring->mrh, in e1000g_intr_work() 2881 rx_ring->mrh = NULL; in e1000g_rx_group_intr_enable() 2900 rx_ring->mrh = rx_ring->mrh_init; in e1000g_rx_group_intr_disable() 3099 rx_ring->mrh = rx_ring->mrh_init = rh; in e1000g_fill_ring()
|
/titanic_44/usr/src/uts/common/io/myri10ge/drv/ |
H A D | myri10ge_var.h | 397 mac_resource_handle_t mrh; member
|
/titanic_44/usr/src/uts/common/io/dld/ |
H A D | dld_str.c | 1181 dld_str_rx_raw(void *arg, mac_resource_handle_t mrh, mblk_t *mp, in dld_str_rx_raw() argument 1262 dld_str_rx_fastpath(void *arg, mac_resource_handle_t mrh, mblk_t *mp, in dld_str_rx_fastpath() argument 1325 dld_str_rx_unitdata(void *arg, mac_resource_handle_t mrh, mblk_t *mp, in dld_str_rx_unitdata() argument
|
/titanic_44/usr/src/uts/common/io/softmac/ |
H A D | softmac_dev.c | 501 softmac_dedicated_rx(void *arg, mac_resource_handle_t mrh, mblk_t *mp, in softmac_dedicated_rx() argument
|
/titanic_44/usr/src/uts/common/inet/sockmods/ |
H A D | sockmod_pfp.c | 354 pfp_packet(void *arg, mac_resource_handle_t mrh, mblk_t *mp, boolean_t flag) in pfp_packet() argument
|
/titanic_44/usr/src/uts/common/io/bpf/ |
H A D | bpf.c | 1511 bpf_mtap(void *arg, mac_resource_handle_t mrh, mblk_t *m, boolean_t issent) in bpf_mtap() argument
|
/titanic_44/usr/src/cmd/terminfo/ |
H A D | termcap.src | 14431 # (This "learns" the arrow keys for rogue. I have adapted it for termcap - mrh)
|
H A D | terminfo.src | 16295 # (This "learns" the arrow keys for rogue. I have adapted it for termcap - mrh)
|