| /onnv/onnv-gate/usr/src/uts/common/io/e1000g/ |
| e1000g_rx.c | 149 uint32_t rctl; local 260 * Setup the Receive Control Register (RCTL), and ENABLE the 267 rctl = E1000_RCTL_EN | /* Enable Receive Unit */ 275 rctl |= E1000_RCTL_SECRC; /* Strip Ethernet CRC */ 281 rctl |= E1000_RCTL_SZ_2048; 285 rctl |= E1000_RCTL_SZ_4096 | E1000_RCTL_BSEX; 288 rctl |= E1000_RCTL_SZ_8192 | E1000_RCTL_BSEX; 291 rctl |= E1000_RCTL_SZ_16384 | E1000_RCTL_BSEX; 293 rctl |= E1000_RCTL_SZ_2048; 297 rctl |= E1000_RCTL_SBP [all...] |
| e1000_82543.c | 1219 u32 icr, rctl; local [all...] |
| e1000g_main.c | 2283 uint32_t rctl = E1000_READ_REG(hw, E1000_RCTL); local 2581 uint32_t rctl; local 5269 uint32_t rctl; local 6272 uint32_t rctl; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/rctladm/ |
| rctladm.c | 35 #include <rctl.h> 257 die(gettext("failed to read rctl configuration from \"%s\""), 451 char *rctl; local 513 rctl = argv[optind]; 516 rctladm_enable(rctl, action); 519 rctladm_disable(rctl, action);
|
| /onnv/onnv-gate/usr/src/uts/common/syscall/ |
| rctlsys.c | 31 #include <sys/rctl.h> 270 rctl_t *rctl; local 280 if (rctl_set_find(rset, hndl, &rctl) == -1) { 286 if (RCTLOP_NO_USAGE(rctl)) { 292 usage = RCTLOP_GET_USAGE(rctl, curproc); 458 /* case for manipulating rctl values on other procs */ 534 /* for manipulating rctl values on this proc */ 699 * Only one basic control is allowed per rctl.
|
| /onnv/onnv-gate/usr/src/uts/common/io/comstar/port/fcoet/ |
| fcoet_eth.c | 137 uint8_t rctl = FRM_R_CTL(frm); local 139 switch (rctl) {
|
| /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/genunix/ |
| rctl.c | 30 #include <sys/rctl.h> 71 rctl(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) function 73 rctl_t rctl; local 81 if (mdb_vread(&rctl, sizeof (rctl_t), addr) == -1) { 94 if (rctl.rc_id != hndl) 99 (uintptr_t)rctl.rc_dict_entry) == -1) { 101 addr, rctl.rc_dict_entry); 110 mdb_printf("%0?p\t%3d : %s\n", addr, rctl.rc_id, name); 112 if (mdb_pwalk("rctl_val", (mdb_walk_cb_t)print_val, &(rctl.rc_cursor), 193 * If a handle is specified, print only the rctl matching that handl 418 rctl_t rctl; local 466 rctl_t rctl; local [all...] |
| /onnv/onnv-gate/usr/src/uts/common/io/igb/ |
| igb_82575.c | 1524 u32 rctl, rlpml, rxdctl[4], rfctl, temp_rctl, rx_enabled; local [all...] |
| igb_main.c | 1928 uint32_t rctl, rxcsum; local 3616 uint32_t rctl; local [all...] |
| /onnv/onnv-gate/usr/src/grub/grub-0.97/netboot/ |
| e1000.c | 989 E1000_WRITE_REG(hw, RCTL, 0); 993 /* The tbi_compatibility_on Flag must be cleared when Rctl is cleared. */ 2405 uint32_t rctl; local [all...] |
| /onnv/onnv-gate/usr/src/uts/common/os/ |
| rctl.c | 39 #include <sys/rctl.h> 51 * The rctl subsystem provides a mechanism for kernel components to 60 * also wishing to provide additional limits on a given rctl can modify 61 * them once they have the rctl handle. Each subsystem should store the 62 * handle to their rctl for direct access. 69 * advertised to userland; all userland interactions are via the rctl 73 * no ancestor, they inherit their rctls from the rctl dict for project 80 * hash table keyed on the rctl handle assigned at registration. The entries 89 * rctl_set[key] ---> | rctl | --> value <-> value <-> system value --> NULL 94 * That is, the rctl contains a back pointer to the global resource contro 589 rctl_t *rctl = prev; local 636 rctl_t *rctl = rcgp->rcag_ctls; local 652 rctl_t *rctl = rcgp->rcag_ctls; local 1114 rctl_t *rctl = rctl_gp_detach_ctl(ragp); local 1486 rctl_t *rctl; local 1565 rctl_t *rctl; local 2040 rctl_t *rctl; local 2195 rctl_t *rctl; local 2334 rctl_t *rctl = kmem_cache_alloc(rctl_cache, KM_SLEEP); local [all...] |
| /onnv/onnv-gate/usr/src/uts/common/sys/ |
| rctl.h | 96 * rctl_priv_t: rctl privilege defined values 165 struct rctl; 183 void (*rco_action)(struct rctl *, struct proc *, 185 rctl_qty_t (*rco_get_usage)(struct rctl *, struct proc *); 186 int (*rco_set)(struct rctl *, struct proc *, 188 int (*rco_test)(struct rctl *, struct proc *, 201 void rcop_no_action(struct rctl *, struct proc *, rctl_entity_p_t *); 202 rctl_qty_t rcop_no_usage(struct rctl *, struct proc *); 203 int rcop_no_set(struct rctl *, struct proc *, rctl_entity_p_t *, rctl_qty_t); 204 int rcop_no_test(struct rctl *, struct proc *, rctl_entity_p_t * 215 typedef struct rctl { struct [all...] |
| /onnv/onnv-gate/usr/src/cmd/zoneadm/ |
| zoneadm.c | 5177 struct zone_rctltab rctl; local [all...] |
| /onnv/onnv-gate/usr/src/lib/libzonecfg/common/ |
| libzonecfg.c | 84 #define DTD_ELEM_RCTL (const xmlChar *) "rctl" 85 #define DTD_ELEM_RCTLVALUE (const xmlChar *) "rctl-value" 149 * rctl alias definitions 151 * This holds the alias, the full rctl name, the default priv value, action 152 * and lower limit. The functions that handle rctl aliases step through 154 * the rctl entry as well the limit for validation. 3644 struct zone_rctltab rctl; local 6306 struct zone_rctlvaltab rctl; local [all...] |