Lines Matching refs:ldvp
79 p_hxge_ldv_t ldvp, tdc_stat_t cs);
806 p_hxge_ldv_t ldvp = (p_hxge_ldv_t)arg1; in hxge_tx_intr() local
819 if (ldvp == NULL) { in hxge_tx_intr()
821 "<== hxge_tx_intr: hxgep $%p ldvp $%p", hxgep, ldvp)); in hxge_tx_intr()
825 if (arg2 == NULL || (void *) ldvp->hxgep != arg2) { in hxge_tx_intr()
826 hxgep = ldvp->hxgep; in hxge_tx_intr()
837 "==> hxge_tx_intr: hxgep(arg2) $%p ldvp(arg1) $%p", hxgep, ldvp)); in hxge_tx_intr()
845 channel = ldvp->channel; in hxge_tx_intr()
846 ldgp = ldvp->ldgp; in hxge_tx_intr()
849 hxgep, ldvp, channel)); in hxge_tx_intr()
852 vindex = ldvp->vdma_index; in hxge_tx_intr()
877 status = hxge_tx_err_evnts(hxgep, ldvp->vdma_index, ldvp, cs); in hxge_tx_intr()
2511 hxge_tx_err_evnts(p_hxge_t hxgep, uint_t index, p_hxge_ldv_t ldvp, in hxge_tx_err_evnts() argument
2525 channel = ldvp->channel; in hxge_tx_err_evnts()