Searched defs:qfull (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockcommon_sops.c1113 so_txq_full(sock_upper_handle_t sock_handle, boolean_t qfull) argument
1117 if (qfull) {
/illumos-gate/usr/src/uts/common/inet/sockmods/
H A Dsocksctp.c2166 sctp_assoc_xmitted(sock_upper_handle_t handle, boolean_t qfull) argument
2177 ssa->ssa_snd_qfull = qfull;
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dadapter.h311 uint32_t qfull; /* out of hardware descriptors */ member in struct:sge_txq
H A Dt4_sge.c1007 txq->qfull++;
1026 * away. This can happen when we're short of tx descriptors (qfull) or
3310 kstat_named_t qfull; member in struct:txq_kstats
3351 KS_UINIT(qfull);
3385 KS_U_FROM(qfull, txq);
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c6122 int qfull = 0; local
6154 qfull = 1;
6157 if (qfull) {

Completed in 71 milliseconds