Lines Matching defs:mask
3975 * @mask: Host attention register mask for this ring.
3990 struct lpfc_sli_ring *pring, uint32_t mask)
4143 if ((rsp_cmpl > 0) && (mask & HA_R0RE_REQ)) {
4149 if ((mask & HA_R0CE_RSP) && (pring->flag & LPFC_CALL_RING_AVAILABLE)) {
4351 * @mask: Host attention register mask for this ring.
4358 struct lpfc_sli_ring *pring, uint32_t mask)
4360 phba->lpfc_sli_handle_slow_ring_event(phba, pring, mask);
4367 * @mask: Host attention register mask for this ring.
4376 struct lpfc_sli_ring *pring, uint32_t mask)
4473 if ((rspiocbp != NULL) && (mask & HA_R0RE_REQ)) {
4481 if ((mask & HA_R0CE_RSP) && (pring->flag & LPFC_CALL_RING_AVAILABLE)) {
4502 * @mask: Host attention register mask for this ring.
4512 struct lpfc_sli_ring *pring, uint32_t mask)
4739 * @mask: Bit mask to be checked.
4742 * with the provided bit mask to check if HBA completed
4750 lpfc_sli_brdready_s3(struct lpfc_hba *phba, uint32_t mask)
4768 while (((status & mask) != mask) &&
4809 * @mask: Bit mask to be checked.
4818 lpfc_sli_brdready_s4(struct lpfc_hba *phba, uint32_t mask)
4846 * @mask: Bit mask to be checked.
4852 lpfc_sli_brdready(struct lpfc_hba *phba, uint32_t mask)
4854 return phba->lpfc_sli_brdready(phba, mask);
15730 * the scheduler to remove this cpu from cpu active mask.