Searched refs:IOC_ACK (Results 1 - 25 of 28) sorted by relevance

12

/illumos-gate/usr/src/uts/common/io/dmfe/
H A Ddmfe_impl.h148 IOC_ACK, /* OK, just send ACK */ enumerator in enum:ioc_reply
/illumos-gate/usr/src/uts/intel/io/amd8111s/
H A Damd8111s_main.h122 IOC_ACK, /* OK, just send ACK */ enumerator in enum:ioc_reply
H A Damd8111s_main.c483 case IOC_ACK:
/illumos-gate/usr/src/uts/common/io/rge/
H A Drge_chip.c2133 return (peek ? IOC_REPLY : IOC_ACK);
2155 return (IOC_ACK);
2170 return (IOC_ACK);
2214 return (IOC_ACK);
H A Drge.h240 IOC_ACK, /* OK, just send ACK */ enumerator in enum:ioc_reply
H A Drge_main.c1012 return (IOC_ACK);
1232 case IOC_ACK:
/illumos-gate/usr/src/uts/common/io/nge/
H A Dnge_chip.c1950 return (peek ? IOC_REPLY : IOC_ACK);
1968 return (IOC_ACK);
1979 return (IOC_ACK);
H A Dnge.h270 IOC_ACK, /* OK, just send ACK */ enumerator in enum:ioc_reply
H A Dnge_main.c238 return (IOC_ACK);
1506 case IOC_ACK:
/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_sw.h230 IOC_ACK, /* OK, just send ACK */ enumerator in enum:ioc_reply
H A Digb_gld.c586 case IOC_ACK:
/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_gld.c204 case IOC_ACK:
H A Dixgbe_sw.h307 IOC_ACK, /* OK, just send ACK */ enumerator in enum:ioc_reply
/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_impl.h703 IOC_ACK, /* OK, just send ACK */ enumerator in enum:ioc_reply
H A Dbge_chip2.c6143 return (peek ? IOC_REPLY : IOC_ACK);
6165 return (IOC_ACK);
6182 return (IOC_ACK);
6226 return (IOC_ACK);
H A Dbge_main2.c1846 return (IOC_ACK);
2075 case IOC_ACK:
/illumos-gate/usr/src/uts/common/io/bnxe/
H A Dbnxe.h699 IOC_ACK, /* OK, just send ACK */ enumerator in enum:ioc_reply
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge_gld.c674 case IOC_ACK:
H A Dqlge_dbg.c1494 return (IOC_ACK);
/illumos-gate/usr/src/uts/common/io/ntxn/
H A Dunm_nic.h788 IOC_ACK, /* OK, just send ACK */ enumerator in enum:ioc_reply
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_impl.h682 IOC_ACK, /* OK, just send ACK */ enumerator in enum:nxge_ioc_reply
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlge/
H A Dqlge.h322 IOC_ACK, /* OK, just send ACK */ enumerator in enum:ioc_reply
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_sw.h471 IOC_ACK, /* OK, just send ACK */ enumerator in enum:ioc_reply
H A De1000g_main.c1778 status = IOC_ACK;
1807 case IOC_ACK:
5098 return (peek ? IOC_REPLY : IOC_ACK);
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvnet_gen.c5823 IOC_ACK /* OK, just send ACK */ enumerator in enum:ioc_reply
5843 (rv == 0) ? (status = IOC_ACK) : (status = IOC_INVAL);
5862 case IOC_ACK:

Completed in 200 milliseconds

12