Searched refs:BFA_REQQ_RPORT (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/bfa/
H A Dbfa_intr_priv.h84 BFA_REQQ_RPORT = 0, /* all port messages */ enumerator in enum:__anon14283
H A Dbfa_rport.c696 m = bfa_reqq_next(rp->bfa, BFA_REQQ_RPORT);
698 bfa_reqq_wait(rp->bfa, BFA_REQQ_RPORT, &rp->reqq_wait);
717 bfa_reqq_produce(rp->bfa, BFA_REQQ_RPORT);
729 m = bfa_reqq_next(rp->bfa, BFA_REQQ_RPORT);
731 bfa_reqq_wait(rp->bfa, BFA_REQQ_RPORT, &rp->reqq_wait);
742 bfa_reqq_produce(rp->bfa, BFA_REQQ_RPORT);
754 m = bfa_reqq_next(rp->bfa, BFA_REQQ_RPORT);
768 bfa_reqq_produce(rp->bfa, BFA_REQQ_RPORT);

Completed in 116 milliseconds