Searched refs:mbx_wq (Results 1 - 9 of 9) sorted by relevance

/linux-master/drivers/net/ethernet/intel/idpf/
H A Didpf_main.c59 destroy_workqueue(adapter->mbx_wq);
194 adapter->mbx_wq = alloc_workqueue("%s-%s-mbx", 0, 0,
197 if (!adapter->mbx_wq) {
254 destroy_workqueue(adapter->mbx_wq);
H A Didpf_lib.c73 queue_delayed_work(adapter->mbx_wq, &adapter->mbx_task, 0);
102 queue_delayed_work(adapter->mbx_wq, &adapter->mbx_task, 0);
1228 queue_delayed_work(adapter->mbx_wq, &adapter->mbx_task,
1799 queue_delayed_work(adapter->mbx_wq, &adapter->mbx_task, 0);
H A Didpf.h520 * @mbx_wq: Workqueue for mailbox responses
576 struct workqueue_struct *mbx_wq; member in struct:idpf_adapter
H A Didpf_virtchnl.c2975 queue_delayed_work(adapter->mbx_wq, &adapter->mbx_task, 0);
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_debugfs.h429 wq = phba->sli4_hba.mbx_wq;
474 wq = phba->sli4_hba.mbx_wq;
606 if (phba->sli4_hba.mbx_wq->queue_id == qid) {
608 lpfc_debug_dump_q(phba->sli4_hba.mbx_wq);
H A Dlpfc_sli4.h858 struct lpfc_queue *mbx_wq; /* Slow-path MBOX work queue */ member in struct:lpfc_sli4_hba
H A Dlpfc_debugfs.c4108 qp = phba->sli4_hba.mbx_wq;
4442 if (phba->sli4_hba.mbx_wq &&
4443 phba->sli4_hba.mbx_wq->queue_id == queid) {
4446 phba->sli4_hba.mbx_wq, index, count);
4449 idiag.ptr_private = phba->sli4_hba.mbx_wq;
H A Dlpfc_init.c10668 phba->sli4_hba.mbx_wq = qdesc;
10915 __lpfc_sli4_release_queue(&phba->sli4_hba.mbx_wq);
11028 phba->sli4_hba.mbx_wq->queue_id,
11211 if (!phba->sli4_hba.mbx_cq || !phba->sli4_hba.mbx_wq) {
11222 phba->sli4_hba.mbx_wq,
11447 if (phba->sli4_hba.mbx_wq)
11448 lpfc_mq_destroy(phba, phba->sli4_hba.mbx_wq);
H A Dlpfc_sli.c10259 rc = lpfc_sli4_mq_put(phba->sli4_hba.mbx_wq, mqe);
14385 lpfc_sli4_mq_release(phba->sli4_hba.mbx_wq);
14411 lpfc_sli4_mq_release(phba->sli4_hba.mbx_wq);
14420 lpfc_sli4_mq_release(phba->sli4_hba.mbx_wq);

Completed in 337 milliseconds