Home
last modified time | relevance | path

Searched refs:mgp (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/uts/common/io/myri10ge/drv/
H A Dmyri10ge.c357 ss->mgp->icookie); in myri10ge_jpool_init()
369 ss->mgp->name); in myri10ge_jpool_fini()
566 err = ddi_dma_alloc_handle(ss->mgp->dip, rx_dma_attr, in myri10ge_add_jbuf()
777 struct myri10ge_priv *mgp = ss->mgp; in myri10ge_add_tx_handle() local
782 err = ddi_dma_alloc_handle(mgp->dip, in myri10ge_add_tx_handle()
790 mgp->name); in myri10ge_add_tx_handle()
821 ss->mgp->name, in myri10ge_remove_tx_handles()
936 ss->mgp->name); in myri10ge_prepare_tx_ring()
943 ss->tx.cp[h].va = myri10ge_dma_alloc(ss->mgp->dip, in myri10ge_prepare_tx_ring()
950 "copyblock %d\n", ss->mgp->name, h); in myri10ge_prepare_tx_ring()
[all …]
H A Dmyri10ge_var.h112 struct myri10ge_priv *mgp; member
286 (((struct myri10ge_nic_stat *)mgp->ksp_stat->ks_data)->field.value.ul)++
382 struct myri10ge_priv *mgp; member
492 int myri10ge_send_cmd(struct myri10ge_priv *mgp, uint32_t cmd,
/titanic_50/usr/src/cmd/mdb/common/modules/mac/
H A Dmac.c1065 uintptr_t mgp; in mac_group_walk_step() local
1083 mgp = (uintptr_t)mi.mi_rx_groups; in mac_group_walk_step()
1084 while (mgp != NULL) { in mac_group_walk_step()
1085 if (mdb_vread(&mg, sizeof (mac_group_t), mgp) == -1) { in mac_group_walk_step()
1086 mdb_warn("failed to read mac_group_t at %p", mgp); in mac_group_walk_step()
1090 ret = wsp->walk_callback(mgp, &mg, wsp->walk_cbdata); in mac_group_walk_step()
1093 mgp = (uintptr_t)mg.mrg_next; in mac_group_walk_step()
1096 mgp = (uintptr_t)mi.mi_tx_groups; in mac_group_walk_step()
1097 while (mgp != NULL) { in mac_group_walk_step()
1098 if (mdb_vread(&mg, sizeof (mac_group_t), mgp) == -1) { in mac_group_walk_step()
[all …]