Home
last modified time | relevance | path

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

/drivers/net/wan/
Dwanxlfw.S211 cmpl #4 * 4, %d0
284 cmpl #4 * 4, %d0
305 cmpl #CLOCK_TXFROMRX, STATUS_CLOCKING(%a0)
323 cmpl #PARITY_NONE, STATUS_PARITY(%a0)
362 cmpl #PARITY_CRC16_PR1_CCITT, STATUS_PARITY(%a0)
372 cmpl #PARITY_CRC32_PR1_CCITT, STATUS_PARITY(%a0)
382 cmpl #PARITY_CRC16_PR0_CCITT, STATUS_PARITY(%a0)
392 cmpl #PARITY_CRC32_PR0_CCITT, STATUS_PARITY(%a0)
410 cmpl #ENCODING_NRZI, STATUS_ENCODING(%a0)
450 cmpl #TX_BUFFERS, tx_count(%d0)
[all …]
/drivers/scsi/lpfc/
Dlpfc_ct.c293 void (*cmpl) (struct lpfc_hba *, struct lpfc_iocbq *, in lpfc_gen_req()
359 geniocb->iocb_cmpl = cmpl; in lpfc_gen_req()
376 void (*cmpl) (struct lpfc_hba *, struct lpfc_iocbq *, in lpfc_ct_cmd()
399 status = lpfc_gen_req(vport, bmp, inmp, outmp, cmpl, ndlp, 0, in lpfc_ct_cmd()
1134 void (*cmpl) (struct lpfc_hba *, struct lpfc_iocbq *, in lpfc_ns_cmd() local
1221 cmpl = lpfc_cmpl_ct_cmd_gid_ft; in lpfc_ns_cmd()
1229 cmpl = lpfc_cmpl_ct_cmd_gff_id; in lpfc_ns_cmd()
1238 cmpl = lpfc_cmpl_ct_cmd_rft_id; in lpfc_ns_cmd()
1248 cmpl = lpfc_cmpl_ct_cmd_rnn_id; in lpfc_ns_cmd()
1260 cmpl = lpfc_cmpl_ct_cmd_rspn_id; in lpfc_ns_cmd()
[all …]
Dlpfc_sli4.h662 void (*cmpl)(struct lpfc_hba *, struct lpfc_rdp_context*, int); member
Dlpfc_mbox.c2281 rdp_context->cmpl(phba, rdp_context, rc); in lpfc_mbx_cmpl_rdp_link_stat()
2316 rdp_context->cmpl(phba, rdp_context, FAILURE); in lpfc_mbx_cmpl_rdp_page_a2()
2366 rdp_context->cmpl(phba, rdp_context, FAILURE); in lpfc_mbx_cmpl_rdp_page_a0()
Dlpfc_sli.c15852 void (*cmpl)(struct lpfc_hba *, LPFC_MBOXQ_t *), void *arg) in lpfc_sli4_resume_rpi()
15865 if (cmpl) { in lpfc_sli4_resume_rpi()
15866 mboxq->mbox_cmpl = cmpl; in lpfc_sli4_resume_rpi()
Dlpfc_els.c5008 rdp_context->cmpl = lpfc_els_rdp_cmpl; in lpfc_els_rcv_rdp()
/drivers/net/wireless/mediatek/mt7601u/
Dmcu.c294 DECLARE_COMPLETION_ONSTACK(cmpl); in __mt7601u_dma_fw()
320 mt7601u_complete_urb, &cmpl); in __mt7601u_dma_fw()
324 if (!wait_for_completion_timeout(&cmpl, msecs_to_jiffies(1000))) { in __mt7601u_dma_fw()
Dusb.c90 struct completion *cmpl = urb->context; in mt7601u_complete_urb() local
92 complete(cmpl); in mt7601u_complete_urb()
/drivers/scsi/csiostor/
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/net/ethernet/brocade/bna/
Dbnad.c102 struct bna_cq_entry *cmpl; in bnad_cq_cleanup() local
106 cmpl = &((struct bna_cq_entry *)ccb->sw_q)[i]; in bnad_cq_cleanup()
107 cmpl->valid = 0; in bnad_cq_cleanup()
604 struct bna_cq_entry *cq, *cmpl, *next_cmpl; in bnad_cq_process() local
620 cmpl = &cq[ccb->producer_index]; in bnad_cq_process()
621 if (!cmpl->valid) in bnad_cq_process()
632 BNA_UPDATE_PKT_CNT(pkt_rt, ntohs(cmpl->length)); in bnad_cq_process()
634 if (bna_is_small_rxq(cmpl->rxq_id)) in bnad_cq_process()
654 flags = ntohl(cmpl->flags); in bnad_cq_process()
655 len = ntohs(cmpl->length); in bnad_cq_process()
[all …]
/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_sriov_common.c856 struct completion *cmpl = &trans->resp_cmpl; in qlcnic_sriov_wait_for_resp() local
858 if (wait_for_completion_timeout(cmpl, QLC_MBOX_RESP_TIMEOUT)) in qlcnic_sriov_wait_for_resp()
888 struct completion *cmpl = &vf->ch_free_cmpl; in qlcnic_sriov_wait_for_channel_free() local
890 if (!wait_for_completion_timeout(cmpl, QLC_MBOX_CH_FREE_TIMEOUT)) { in qlcnic_sriov_wait_for_channel_free()
/drivers/net/ethernet/emulex/benet/
Dbe_main.c2518 u16 end_idx, notified_idx, cmpl = 0, timeo = 0, num_wrbs = 0; in be_tx_compl_clean() local
2530 cmpl = 0; in be_tx_compl_clean()
2537 cmpl++; in be_tx_compl_clean()
2539 if (cmpl) { in be_tx_compl_clean()
2540 be_cq_notify(adapter, txo->cq.id, false, cmpl); in be_tx_compl_clean()
/drivers/net/ethernet/broadcom/bnxt/
Dbnxt.c1220 struct hwrm_async_event_cmpl *cmpl) in bnxt_async_event_process() argument
1222 u16 event_id = le16_to_cpu(cmpl->event_id); in bnxt_async_event_process()