Lines Matching refs:mbq
1530 * @mbq: pointer to the driver internal queue element for mailbox command.
1538 lpfc_mbox_put(struct lpfc_hba * phba, LPFC_MBOXQ_t * mbq)
1544 list_add_tail(&mbq->list, &psli->mboxq);
1568 LPFC_MBOXQ_t *mbq = NULL;
1571 list_remove_head((&psli->mboxq), mbq, LPFC_MBOXQ_t, list);
1572 if (mbq)
1575 return mbq;
1581 * @mbq: pointer to the driver internal queue element for mailbox command.
1589 __lpfc_mbox_cmpl_put(struct lpfc_hba *phba, LPFC_MBOXQ_t *mbq)
1591 list_add_tail(&mbq->list, &phba->sli.mboxq_cmpl);
1597 * @mbq: pointer to the driver internal queue element for mailbox command.
1605 lpfc_mbox_cmpl_put(struct lpfc_hba *phba, LPFC_MBOXQ_t *mbq)
1611 __lpfc_mbox_cmpl_put(phba, mbq);