Lines Matching defs:mbq
1471 * @mbq: pointer to the driver internal queue element for mailbox command.
1479 lpfc_mbox_put(struct lpfc_hba * phba, LPFC_MBOXQ_t * mbq)
1485 list_add_tail(&mbq->list, &psli->mboxq);
1509 LPFC_MBOXQ_t *mbq = NULL;
1512 list_remove_head((&psli->mboxq), mbq, LPFC_MBOXQ_t, list);
1513 if (mbq)
1516 return mbq;
1522 * @mbq: pointer to the driver internal queue element for mailbox command.
1530 __lpfc_mbox_cmpl_put(struct lpfc_hba *phba, LPFC_MBOXQ_t *mbq)
1532 list_add_tail(&mbq->list, &phba->sli.mboxq_cmpl);
1538 * @mbq: pointer to the driver internal queue element for mailbox command.
1546 lpfc_mbox_cmpl_put(struct lpfc_hba *phba, LPFC_MBOXQ_t *mbq)
1552 __lpfc_mbox_cmpl_put(phba, mbq);