Home
last modified time | relevance | path

Searched refs:cmpl (Results 1 – 25 of 35) sorted by relevance

12

/drivers/net/ethernet/meta/fbnic/
A Dfbnic_devlink.c166 struct fbnic_fw_completion *cmpl; in fbnic_flash_start() local
170 if (!cmpl) in fbnic_flash_start()
181 err = cmpl->result; in fbnic_flash_start()
185 fbnic_mbx_clear_cmpl(fbd, cmpl); in fbnic_flash_start()
187 fbnic_fw_put_cmpl(cmpl); in fbnic_flash_start()
198 struct fbnic_fw_completion *cmpl; in fbnic_flash_component() local
240 if (!cmpl) in fbnic_flash_component()
259 err = cmpl->result; in fbnic_flash_component()
287 reinit_completion(&cmpl->done); in fbnic_flash_component()
303 fbnic_mbx_clear_cmpl(fbd, cmpl); in fbnic_flash_component()
[all …]
A Dfbnic_txrx.c704 struct fbnic_ring *cmpl = &qt->cmpl; in fbnic_clean_tcq() local
707 u32 head = cmpl->head; in fbnic_clean_tcq()
710 raw_tcd = &cmpl->desc[head & cmpl->size_mask]; in fbnic_clean_tcq()
744 raw_tcd = &cmpl->desc[0]; in fbnic_clean_tcq()
749 if (cmpl->head != head) { in fbnic_clean_tcq()
750 cmpl->head = head; in fbnic_clean_tcq()
751 writel(head & cmpl->size_mask, cmpl->doorbell); in fbnic_clean_tcq()
1454 fbn->rx[rxq_idx] = &qt->cmpl; in fbnic_alloc_napi_vector()
1919 fbnic_disable_tcq(&qt->cmpl); in fbnic_disable()
2035 memset(qt->cmpl.desc, 0, qt->cmpl.size); in fbnic_flush()
[all …]
A Dfbnic_fw.c1428 struct fbnic_fw_completion *cmpl; in fbnic_fw_alloc_cmpl() local
1430 cmpl = kzalloc(sizeof(*cmpl), GFP_KERNEL); in fbnic_fw_alloc_cmpl()
1431 if (!cmpl) in fbnic_fw_alloc_cmpl()
1434 cmpl->msg_type = msg_type; in fbnic_fw_alloc_cmpl()
1435 init_completion(&cmpl->done); in fbnic_fw_alloc_cmpl()
1436 kref_init(&cmpl->ref_count); in fbnic_fw_alloc_cmpl()
1438 return cmpl; in fbnic_fw_alloc_cmpl()
A Dfbnic_txrx.h126 struct fbnic_ring sub0, sub1, cmpl; member
A Dfbnic_ethtool.c173 fbnic_aggregate_ring_tx_counters(fbn, &nv->qt[i].cmpl); in fbnic_aggregate_vector_counters()
179 fbnic_aggregate_ring_rx_counters(fbn, &nv->qt[i].cmpl); in fbnic_aggregate_vector_counters()
/drivers/net/wan/
A Dwanxlfw.S209 cmpl #4 * 4, %d0
282 cmpl #4 * 4, %d0
473 cmpl #TX_BUFFERS, %d1
541 cmpl #RX_BUFFERS, %d1
579 cmpl #TX_BUFFERS, %d1
759 cmpl #4 * 4, %d0
788 cmpl (%a0), %d1
797 cmpl (%a0), %d1
809 cmpl #0xFFFFFFFF, %d1
813 cmpl (%a0)+, %a0
[all …]
/drivers/infiniband/hw/irdma/
A Dutils.c2290 struct irdma_cmpl_gen *cmpl; in irdma_generated_cmpls() local
2295 list_del(&cmpl->list); in irdma_generated_cmpls()
2297 kfree(cmpl); in irdma_generated_cmpls()
2337 struct irdma_cmpl_gen *cmpl; in irdma_generate_flush_completions() local
2350 cmpl = kzalloc(sizeof(*cmpl), GFP_ATOMIC); in irdma_generate_flush_completions()
2351 if (!cmpl) { in irdma_generate_flush_completions()
2364 cmpl->cpi.q_type = IRDMA_CQE_QTYPE_SQ; in irdma_generate_flush_completions()
2369 kfree(cmpl); in irdma_generate_flush_completions()
2394 cmpl = kzalloc(sizeof(*cmpl), GFP_ATOMIC); in irdma_generate_flush_completions()
2395 if (!cmpl) { in irdma_generate_flush_completions()
[all …]
A Dpuda.h108 enum puda_rsrc_complete cmpl; member
A Dpuda.c924 switch (rsrc->cmpl) { in irdma_puda_dele_rsrc()
1073 rsrc->cmpl = PUDA_CQ_CREATED; in irdma_puda_create_rsrc()
1082 rsrc->cmpl = PUDA_QP_CREATED; in irdma_puda_create_rsrc()
1097 rsrc->cmpl = PUDA_HASH_CRC_COMPLETE; in irdma_puda_create_rsrc()
/drivers/scsi/lpfc/
A Dlpfc_ct.c633 geniocb->cmd_cmpl = cmpl; in lpfc_gen_req()
1983 cmpl = lpfc_cmpl_ct_cmd_gid_ft; in lpfc_ns_cmd()
1995 cmpl = lpfc_cmpl_ct_cmd_gid_pt; in lpfc_ns_cmd()
2003 cmpl = lpfc_cmpl_ct_cmd_gff_id; in lpfc_ns_cmd()
2010 cmpl = lpfc_cmpl_ct_cmd_gft_id; in lpfc_ns_cmd()
2044 cmpl = lpfc_cmpl_ct_cmd_rft_id; in lpfc_ns_cmd()
2054 cmpl = lpfc_cmpl_ct_cmd_rnn_id; in lpfc_ns_cmd()
2066 cmpl = lpfc_cmpl_ct_cmd_rspn_id; in lpfc_ns_cmd()
2085 cmpl = lpfc_cmpl_ct_cmd_da_id; in lpfc_ns_cmd()
2126 cmpl = lpfc_cmpl_ct_cmd_rff_id; in lpfc_ns_cmd()
[all …]
A Dlpfc_sli4.h1041 void (*cmpl)(struct lpfc_hba *, struct lpfc_rdp_context*, int); member
1122 void (*cmpl)(struct lpfc_hba *, LPFC_MBOXQ_t *),
A Dlpfc_mbox.c2374 rdp_context->cmpl(phba, rdp_context, rc); in lpfc_mbx_cmpl_rdp_link_stat()
2403 rdp_context->cmpl(phba, rdp_context, FAILURE); in lpfc_mbx_cmpl_rdp_page_a2()
2450 rdp_context->cmpl(phba, rdp_context, FAILURE); in lpfc_mbx_cmpl_rdp_page_a0()
/drivers/net/ethernet/brocade/bna/
A Dbnad.c76 struct bna_cq_entry *cmpl; in bnad_cq_cleanup() local
81 cmpl->valid = 0; in bnad_cq_cleanup()
525 struct bna_cq_entry *cq, *cmpl; in bnad_cq_setup_skb_frags() local
530 cmpl = &cq[pi]; in bnad_cq_setup_skb_frags()
552 len = ntohs(cmpl->length); in bnad_cq_setup_skb_frags()
563 cmpl = &cq[pi]; in bnad_cq_setup_skb_frags()
606 cmpl = &cq[ccb->producer_index]; in bnad_cq_process()
607 if (!cmpl->valid) in bnad_cq_process()
640 flags = ntohl(cmpl->flags); in bnad_cq_process()
641 len = ntohs(cmpl->length); in bnad_cq_process()
[all …]
/drivers/net/ethernet/broadcom/bnxt/
A Dbnxt_ulp.c344 void bnxt_ulp_async_events(struct bnxt *bp, struct hwrm_async_event_cmpl *cmpl) in bnxt_ulp_async_events() argument
346 u16 event_id = le16_to_cpu(cmpl->event_id); in bnxt_ulp_async_events()
367 ops->ulp_async_notifier(ulp->handle, cmpl); in bnxt_ulp_async_events()
A Dbnxt_ulp.h118 void bnxt_ulp_async_events(struct bnxt *bp, struct hwrm_async_event_cmpl *cmpl);
/drivers/net/wireless/mediatek/mt7601u/
A Dmcu.c287 DECLARE_COMPLETION_ONSTACK(cmpl); in __mt7601u_dma_fw()
313 mt7601u_complete_urb, &cmpl); in __mt7601u_dma_fw()
317 if (!wait_for_completion_timeout(&cmpl, msecs_to_jiffies(1000))) { in __mt7601u_dma_fw()
A Dusb.c83 struct completion *cmpl = urb->context; in mt7601u_complete_urb() local
85 complete(cmpl); in mt7601u_complete_urb()
/drivers/net/ethernet/broadcom/bnge/
A Dbnge_resc.c219 hwr->cmpl = hw_resc->resv_cp_rings; in bnge_copy_reserved_rings()
229 hwr->stat && hwr->cmpl; in bnge_rings_ok()
287 hwr.cmpl = hwr.rx + hwr.tx; in bnge_reserve_rings()
A Dbnge_resc.h51 u16 cmpl; member
A Dbnge_hwrm_lib.c453 enables |= hwr->cmpl ? FUNC_CFG_REQ_ENABLES_NUM_CMPL_RINGS : 0; in __bnge_hwrm_reserve_pf_rings()
459 req->num_cmpl_rings = cpu_to_le16(hwr->cmpl); in __bnge_hwrm_reserve_pf_rings()
/drivers/scsi/csiostor/
A Dcsio_rnode.c570 int cmpl = 0; in __csio_unreg_rnode() local
575 cmpl = 1; in __csio_unreg_rnode()
588 if (cmpl) in __csio_unreg_rnode()
/drivers/infiniband/hw/bnxt_re/
A Dmain.c314 struct hwrm_async_event_cmpl cmpl; member
397 static void bnxt_re_async_notifier(void *handle, struct hwrm_async_event_cmpl *cmpl) in bnxt_re_async_notifier() argument
409 event_id = le16_to_cpu(cmpl->event_id); in bnxt_re_async_notifier()
410 data1 = le32_to_cpu(cmpl->event_data1); in bnxt_re_async_notifier()
411 data2 = le32_to_cpu(cmpl->event_data2); in bnxt_re_async_notifier()
423 memcpy(&dcb_work->cmpl, cmpl, sizeof(*cmpl)); in bnxt_re_async_notifier()
/drivers/scsi/cxgbi/cxgb4i/
A Dcxgb4i.c1648 complete(&csk->cmpl); in do_set_tcb_rpl()
2103 reinit_completion(&csk->cmpl); in ddp_setup_conn_pgidx()
2105 wait_for_completion(&csk->cmpl); in ddp_setup_conn_pgidx()
2139 reinit_completion(&csk->cmpl); in ddp_setup_conn_digest()
2141 wait_for_completion(&csk->cmpl); in ddp_setup_conn_digest()
/drivers/net/ethernet/qlogic/qlcnic/
A Dqlcnic_sriov_common.c864 struct completion *cmpl = &trans->resp_cmpl; in qlcnic_sriov_wait_for_resp() local
866 if (wait_for_completion_timeout(cmpl, QLC_MBOX_RESP_TIMEOUT)) in qlcnic_sriov_wait_for_resp()
896 struct completion *cmpl = &vf->ch_free_cmpl; in qlcnic_sriov_wait_for_channel_free() local
898 if (!wait_for_completion_timeout(cmpl, QLC_MBOX_CH_FREE_TIMEOUT)) { in qlcnic_sriov_wait_for_channel_free()
/drivers/scsi/cxgbi/
A Dlibcxgbi.h159 struct completion cmpl; member

Completed in 84 milliseconds

12