Lines Matching defs:mboxq
1485 list_add_tail(&mbq->list, &psli->mboxq);
1512 list_remove_head((&psli->mboxq), mbq, LPFC_MBOXQ_t, list);
1560 * @mboxq: pointer to the driver internal queue element for mailbox command.
1569 lpfc_mbox_cmd_check(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq)
1574 if (mboxq->mbox_cmpl && mboxq->mbox_cmpl != lpfc_sli_def_mbox_cmpl &&
1575 mboxq->mbox_cmpl != lpfc_sli_wake_mbox_wait) {
1576 if (!mboxq->vport) {
1579 mboxq->u.mb.mbxCommand);
1614 * @mboxq: pointer to the driver internal queue element for mailbox command.
1623 lpfc_mbox_tmo_val(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq)
1625 MAILBOX_t *mbox = &mboxq->u.mb;
1641 subsys = lpfc_sli_config_mbox_subsys_get(phba, mboxq);
1642 opcode = lpfc_sli_config_mbox_opcode_get(phba, mboxq);
2015 * @mboxq: pointer to lpfc mbox command.
2026 struct lpfcMboxq *mboxq,
2035 if (!mboxq)
2042 alloc_len = lpfc_sli4_config(phba, mboxq, LPFC_MBOX_SUBSYSTEM_FCOE,
2057 lpfc_sli4_mbx_sge_get(mboxq, 0, &sge);
2058 virt_addr = mboxq->sge_array->addr[0];
2073 * @mboxq: pointer to lpfc mbox command.
2079 lpfc_request_features(struct lpfc_hba *phba, struct lpfcMboxq *mboxq)
2082 memset(mboxq, 0, sizeof(LPFC_MBOXQ_t));
2083 bf_set(lpfc_mqe_command, &mboxq->u.mqe, MBX_SLI4_REQ_FTRS);
2086 bf_set(lpfc_mbx_rq_ftr_rq_fcpi, &mboxq->u.mqe.un.req_ftrs, 1);
2087 bf_set(lpfc_mbx_rq_ftr_rq_perfh, &mboxq->u.mqe.un.req_ftrs, 1);
2091 bf_set(lpfc_mbx_rq_ftr_rq_dif, &mboxq->u.mqe.un.req_ftrs, 1);
2095 bf_set(lpfc_mbx_rq_ftr_rq_npiv, &mboxq->u.mqe.un.req_ftrs, 1);
2098 bf_set(lpfc_mbx_rq_ftr_rq_mrqp, &mboxq->u.mqe.un.req_ftrs, 1);
2100 bf_set(lpfc_mbx_rq_ftr_rq_iaab, &mboxq->u.mqe.un.req_ftrs, 0);
2101 bf_set(lpfc_mbx_rq_ftr_rq_iaar, &mboxq->u.mqe.un.req_ftrs, 0);
2305 lpfc_mbx_cmpl_rdp_link_stat(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq)
2310 (struct lpfc_rdp_context *)(mboxq->ctx_ndlp);
2312 mb = &mboxq->u.mb;
2321 lpfc_sli4_mbox_cmd_free(phba, mboxq);