Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/myri10ge/drv/
H A Dmyri10ge.c771 struct myri10ge_priv *mgp = ss->mgp; in myri10ge_add_tx_handle() local
1471 mgp->read_dma = mgp->write_dma = mgp->read_write_dma = 0; in myri10ge_dma_test()
1825 struct myri10ge_priv *mgp = ss->mgp; in myri10ge_setup_slice() local
4907 mgp->name, mgp->running); in myri10ge_watchdog()
5138 for (mgp = mgp_list; mgp != NULL; mgp = mgp->next) { in myri10ge_get_instance()
5492 mgp->num_slices = mgp->intr_cnt; in myri10ge_probe_slices()
5581 ss->mgp = mgp; in myri10ge_alloc_slices()
5953 mgp->intr_type, mgp->tx_boundary, mgp->fw_name); in myri10ge_attach()
5985 kmem_free(mgp, sizeof (*mgp)); in myri10ge_attach()
6032 mgp->name, mgp->refcnt); in myri10ge_detach()
[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,
/illumos-gate/usr/src/cmd/mdb/common/modules/mac/
H A Dmac.c1068 uintptr_t mgp; in mac_group_walk_step() local
1086 mgp = (uintptr_t)mi.mi_rx_groups; in mac_group_walk_step()
1087 while (mgp != 0) { in mac_group_walk_step()
1096 mgp = (uintptr_t)mg.mrg_next; in mac_group_walk_step()
1099 mgp = (uintptr_t)mi.mi_tx_groups; in mac_group_walk_step()
1100 while (mgp != 0) { in mac_group_walk_step()
1109 mgp = (uintptr_t)mg.mrg_next; in mac_group_walk_step()
1136 mac_group_type(mac_group_t *mgp) in mac_group_type() argument
1140 switch (mgp->mrg_type) { in mac_group_type()
1156 mac_group_state(mac_group_t *mgp) in mac_group_state() argument
[all …]
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dmetaslab.c1204 metaslab_group_t *mgp; in metaslab_group_allocatable() local
1244 for (mgp = mg->mg_next; mgp != rotor; mgp = mgp->mg_next) { in metaslab_group_allocatable()
1245 qmax = mgp->mg_cur_max_alloc_queue_depth[allocator]; in metaslab_group_allocatable()
1248 &mgp->mg_alloc_queue_depth[allocator]); in metaslab_group_allocatable()
1255 if (qdepth < qmax && !mgp->mg_no_free_space) in metaslab_group_allocatable()