Searched refs:ldc_chkq (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/sys/
H A Dldc.h179 int ldc_chkq(ldc_handle_t handle, boolean_t *hasdata);
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvldc.c1700 if ((ldc_chkq(vport->ldc_handle, &haspkts) == 0) &&
H A Dvcc.c652 (void) ldc_chkq(vport->ldc_handle, &hasdata);
H A Dds_common.c554 rv = ldc_chkq(port->ldc.hdl, &hasdata);
H A Dldc.c3614 ldc_chkq(ldc_handle_t handle, boolean_t *hasdata) function
3621 DWARN(DBG_ALL_LDCS, "ldc_chkq: invalid channel handle\n");
3632 "ldc_chkq: (0x%llx) channel is not up\n", ldcp->id);
3642 "ldc_chkq: (0x%lx) unable to read queue ptrs", ldcp->id);
3702 cmn_err(CE_WARN, "ldc_chkq: (0x%lx) unexpected channel mode "
H A Dvnet_gen.c3210 rv = ldc_chkq(ldcp->ldc_handle, &has_data);

Completed in 88 milliseconds