Searched refs:imode (Results 1 – 9 of 9) sorted by relevance
| /freebsd-13.1/sys/mips/cavium/octe/ |
| H A D | ethernet-rgmii.c | 245 if (((priv->imode == CVMX_HELPER_INTERFACE_MODE_GMII) && (priv->port == 0)) || in cvm_oct_rgmii_init() 246 (priv->imode == CVMX_HELPER_INTERFACE_MODE_RGMII)) { in cvm_oct_rgmii_init() 272 if (((priv->imode == CVMX_HELPER_INTERFACE_MODE_GMII) && (priv->port == 0)) || in cvm_oct_rgmii_uninit() 273 (priv->imode == CVMX_HELPER_INTERFACE_MODE_RGMII)) { in cvm_oct_rgmii_uninit()
|
| H A D | ethernet.c | 346 cvmx_helper_interface_mode_t imode = cvmx_helper_interface_get_mode(interface); in cvm_oct_init_module() local 369 priv->imode = imode; in cvm_oct_init_module() 377 switch (priv->imode) { in cvm_oct_init_module()
|
| H A D | cavium-ethernet.h | 57 …int imode; /* Type of port. This is one of the enums in cvmx_helper_i… member
|
| /freebsd-13.1/contrib/tcsh/ |
| H A D | ed.inputl.c | 87 struct varent *imode = adrof(STRinputmode); in Inputl() local 105 if (imode && imode->vec != NULL) { in Inputl() 106 if (!Strcmp(*(imode->vec), STRinsert)) in Inputl() 108 else if (!Strcmp(*(imode->vec), STRoverwrite)) in Inputl()
|
| H A D | ed.init.c | 144 struct varent *imode; in ed_Setup() local 170 if ((imode = adrof(STRinputmode)) != NULL && imode->vec != NULL) { in ed_Setup() 171 if (!Strcmp(*(imode->vec), STRinsert)) in ed_Setup() 173 else if (!Strcmp(*(imode->vec), STRoverwrite)) in ed_Setup()
|
| /freebsd-13.1/sys/contrib/octeon-sdk/ |
| H A D | cvmx-dfa-defs.h | 1601 uint64_t imode : 1; /**< NCB-Inbound Arbiter member 1606 uint64_t imode : 1; 1641 uint64_t imode : 1; /**< NCB-Inbound Arbiter member 1646 uint64_t imode : 1; 2912 uint64_t imode : 1; /**< NCB-Inbound Arbiter member 2957 uint64_t imode : 1; 4886 uint64_t imode : 1; /**< NCB-Inbound Arbiter member 4891 uint64_t imode : 1; 4932 uint64_t imode : 1; /**< NCB-Inbound Arbiter member 4937 uint64_t imode : 1;
|
| H A D | cvmx-srio.c | 1568 cvmx_helper_interface_mode_t imode; in cvmx_srio_omsg_desc() local 1579 imode = cvmx_helper_interface_get_mode (intf_num); in cvmx_srio_omsg_desc() 1580 if (imode != CVMX_HELPER_INTERFACE_MODE_SRIO) in cvmx_srio_omsg_desc()
|
| /freebsd-13.1/sys/compat/ndis/ |
| H A D | subr_ndis.c | 2264 ndis_interrupt_mode imode) in NdisMRegisterInterrupt() argument 2295 ivec, ilevel, 0, imode, shared, 0, FALSE); in NdisMRegisterInterrupt()
|
| H A D | subr_ntoskrnl.c | 1322 uint8_t imode, uint8_t shared, uint32_t affinity, uint8_t savefloat) argument
|