Searched refs:cmpl (Results 1 – 7 of 7) sorted by relevance
/drivers/net/wan/ |
D | wanxlfw.S | 211 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/ |
D | lpfc_ct.c | 292 void (*cmpl) (struct lpfc_hba *, struct lpfc_iocbq *, in lpfc_gen_req() 358 geniocb->iocb_cmpl = cmpl; in lpfc_gen_req() 375 void (*cmpl) (struct lpfc_hba *, struct lpfc_iocbq *, in lpfc_ct_cmd() 398 status = lpfc_gen_req(vport, bmp, inmp, outmp, cmpl, ndlp, 0, in lpfc_ct_cmd() 1098 void (*cmpl) (struct lpfc_hba *, struct lpfc_iocbq *, in lpfc_ns_cmd() local 1185 cmpl = lpfc_cmpl_ct_cmd_gid_ft; in lpfc_ns_cmd() 1193 cmpl = lpfc_cmpl_ct_cmd_gff_id; in lpfc_ns_cmd() 1202 cmpl = lpfc_cmpl_ct_cmd_rft_id; in lpfc_ns_cmd() 1212 cmpl = lpfc_cmpl_ct_cmd_rnn_id; in lpfc_ns_cmd() 1224 cmpl = lpfc_cmpl_ct_cmd_rspn_id; in lpfc_ns_cmd() [all …]
|
D | lpfc_sli.c | 15132 void (*cmpl)(struct lpfc_hba *, LPFC_MBOXQ_t *), void *arg) in lpfc_sli4_resume_rpi() 15145 if (cmpl) { in lpfc_sli4_resume_rpi() 15146 mboxq->mbox_cmpl = cmpl; in lpfc_sli4_resume_rpi()
|
/drivers/scsi/csiostor/ |
D | csio_rnode.c | 570 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/ |
D | bnad.c | 100 struct bna_cq_entry *cmpl; in bnad_cq_cleanup() local 104 cmpl = &((struct bna_cq_entry *)ccb->sw_q)[i]; in bnad_cq_cleanup() 105 cmpl->valid = 0; in bnad_cq_cleanup() 551 struct bna_cq_entry *cq, *cmpl; in bnad_cq_process() local 563 cmpl = &cq[ccb->producer_index]; in bnad_cq_process() 565 while (cmpl->valid && (packets < budget)) { in bnad_cq_process() 567 flags = ntohl(cmpl->flags); in bnad_cq_process() 568 length = ntohs(cmpl->length); in bnad_cq_process() 569 BNA_UPDATE_PKT_CNT(pkt_rt, ntohs(cmpl->length)); in bnad_cq_process() 571 if (bna_is_small_rxq(cmpl->rxq_id)) in bnad_cq_process() [all …]
|
/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_sriov_common.c | 873 struct completion *cmpl = &trans->resp_cmpl; in qlcnic_sriov_wait_for_resp() local 875 if (wait_for_completion_timeout(cmpl, QLC_MBOX_RESP_TIMEOUT)) in qlcnic_sriov_wait_for_resp() 905 struct completion *cmpl = &vf->ch_free_cmpl; in qlcnic_sriov_wait_for_channel_free() local 907 if (!wait_for_completion_timeout(cmpl, QLC_MBOX_CH_FREE_TIMEOUT)) { in qlcnic_sriov_wait_for_channel_free()
|
/drivers/net/ethernet/emulex/benet/ |
D | be_main.c | 1852 u16 end_idx, cmpl = 0, timeo = 0, num_wrbs = 0; in be_tx_compl_clean() local 1869 cmpl++; in be_tx_compl_clean() 1871 if (cmpl) { in be_tx_compl_clean() 1872 be_cq_notify(adapter, txo->cq.id, false, cmpl); in be_tx_compl_clean() 1874 cmpl = 0; in be_tx_compl_clean()
|