Lines Matching refs:mbq
1523 * @mbq: pointer to the driver internal queue element for mailbox command.
1531 lpfc_mbox_put(struct lpfc_hba * phba, LPFC_MBOXQ_t * mbq)
1537 list_add_tail(&mbq->list, &psli->mboxq);
1561 LPFC_MBOXQ_t *mbq = NULL;
1564 list_remove_head((&psli->mboxq), mbq, LPFC_MBOXQ_t, list);
1565 if (mbq)
1568 return mbq;
1574 * @mbq: pointer to the driver internal queue element for mailbox command.
1582 __lpfc_mbox_cmpl_put(struct lpfc_hba *phba, LPFC_MBOXQ_t *mbq)
1584 list_add_tail(&mbq->list, &phba->sli.mboxq_cmpl);
1590 * @mbq: pointer to the driver internal queue element for mailbox command.
1598 lpfc_mbox_cmpl_put(struct lpfc_hba *phba, LPFC_MBOXQ_t *mbq)
1604 __lpfc_mbox_cmpl_put(phba, mbq);