Home
last modified time | relevance | path

Searched refs:DL_IDLE (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ppp/sppp/
H A Dsppp_dlpi.c165 { DL_IDLE, "DL_IDLE" },
268 dl_pinfo[DL_UNBIND_REQ].pi_state = DL_IDLE; in sppp_dlpi_pinfoinit()
276 dl_pinfo[DL_UNITDATA_REQ].pi_state = DL_IDLE; in sppp_dlpi_pinfoinit()
649 sps->sps_dlstate = DL_IDLE; in sppp_dl_bind()
670 ASSERT(sps->sps_dlstate == DL_IDLE); in sppp_dlunbindreq()
827 ASSERT(sps->sps_dlstate == DL_IDLE); in sppp_dlunitdatareq()
1224 if (IS_SPS_PROMISC(sps) && (sps->sps_dlstate == DL_IDLE) && in sppp_dlprsendup()
/illumos-gate/usr/src/uts/common/inet/dlpistub/
H A Ddlpistub.c231 dsp->ds_state = DL_IDLE; in ds_wput()
261 if (dsp->ds_state != DL_IDLE) in ds_wput()
/illumos-gate/usr/src/uts/common/io/
H A Dllc1.c425 if (llc1->llc_state == DL_IDLE || llc1->llc_state == DL_UNBOUND) { in llc1_close()
508 ld->llc_state != DL_IDLE) { in llc1_uwput()
632 DL_IDLE) in llc1_lrsrv()
1192 lld->llc_state = DL_IDLE; /* bound and ready */ in llc1_bind()
1215 if (lld->llc_state != DL_IDLE) { in llc1_unbind()
1277 if (lld->llc_state == DL_IDLE) { in llc1_inforeq()
1334 if (lld->llc_state != DL_IDLE) { in llc1_unitdata()
1557 lld->llc_state != DL_IDLE || in llc1_recv()
2965 if (lld == NULL || lld->llc_state != DL_IDLE) { in llc1_subs_bind()
3035 lld->llc_state = DL_IDLE; in llc1_subs_bind()
H A Dgld.c1605 if (gld->gld_state == DL_IDLE) { in gld_close()
1692 gld->gld_state != DL_IDLE) { in gld_wput()
2501 ASSERT(gld->gld_state == DL_IDLE || in gld_sendup_vlan()
2505 if (gld->gld_state != DL_IDLE) in gld_sendup_vlan()
3181 if (gld->gld_state != DL_IDLE) { in gld_fastpath()
3547 ASSERT(gld->gld_state == DL_IDLE || in gld_notify_qs()
3812 if (gld->gld_state != DL_IDLE) { in gld_udqos()
3989 if (gld->gld_state != DL_IDLE) { in gld_unbind()
4140 if (gld->gld_state == DL_IDLE) { in gld_inforeq()
4220 if (gld->gld_state != DL_IDLE) { in gld_unitdata()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Ddld_impl.h330 if ((dsp)->ds_dlstate != DL_IDLE || \
H A Ddlpi.h192 #define DL_IDLE 0x03 /* DLSAP bound, awaiting use */ macro
/illumos-gate/usr/src/uts/common/io/dls/
H A Ddls.c117 if (dsp->ds_dlstate == DL_IDLE) { in dls_close()
554 if (dsp->ds_dlstate != DL_IDLE) in dls_accept_common()
/illumos-gate/usr/src/uts/common/io/dld/
H A Ddld_proto.c292 if (dsp->ds_dlstate == DL_IDLE) { in proto_info_req()
495 dsp->ds_dlstate = DL_IDLE; in proto_bind_req()
520 if (dsp->ds_dlstate != DL_IDLE) { in proto_unbind_req()
1208 if (dsp->ds_dlstate != DL_IDLE) { in proto_unitdata_req()
H A Ddld_str.c421 if ((dsp->ds_dlstate != DL_IDLE) || in dld_wput()
2152 if (dsp->ds_mode != DLD_RAW && dsp->ds_dlstate == DL_IDLE) { in ioc_raw()
2216 if (dsp->ds_dlstate != DL_IDLE) { in ioc_fast()
/illumos-gate/usr/src/cmd/mdb/common/modules/sppp/
H A Dsppp.c107 } else if (sps->sps_dlstate != DL_IDLE) { in sps_format()
/illumos-gate/usr/src/uts/common/inet/ipnet/
H A Dipnet.c803 ipnet->ipnet_dlstate = DL_IDLE; in ipnet_bindreq()
817 if (ipnet->ipnet_dlstate != DL_IDLE) { in ipnet_unbindreq()
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcip.c3685 (slp->sl_state != DL_IDLE) || in fcip_wput()
5026 if (slp->sl_state != DL_IDLE) { in fcip_udreq()
5337 slp->sl_state = DL_IDLE; in fcip_breq()
5361 if (slp->sl_state != DL_IDLE) { in fcip_ubreq()