Home
last modified time | relevance | path

Searched refs:req_completion (Results 1 – 11 of 11) sorted by relevance

/linux-4.1.27/net/nfc/nci/
Dspi.c108 reinit_completion(&nspi->req_completion); in nci_spi_send()
110 &nspi->req_completion, in nci_spi_send()
148 init_completion(&nspi->req_completion); in nci_spi_allocate_spi()
303 complete(&nspi->req_completion); in nci_spi_read()
Dcore.c73 complete(&ndev->req_completion); in nci_req_complete()
82 complete(&ndev->req_completion); in nci_req_cancel()
96 reinit_completion(&ndev->req_completion); in __nci_request()
99 wait_for_completion_interruptible_timeout(&ndev->req_completion, in __nci_request()
966 init_completion(&ndev->req_completion); in nci_allocate_device()
/linux-4.1.27/drivers/nfc/st21nfcb/
Dst21nfcb_se.c267 complete(&info->se_info.req_completion); in st21nfcb_hci_admin_event_received()
399 complete(&info->se_info.req_completion); in st21nfcb_hci_cmd_received()
435 reinit_completion(&info->se_info.req_completion); in st21nfcb_nci_control_se()
445 wait_for_completion_interruptible(&info->se_info.req_completion); in st21nfcb_nci_control_se()
671 complete(&info->se_info.req_completion); in st21nfcb_se_activation_timeout()
678 init_completion(&info->se_info.req_completion); in st21nfcb_se_init()
Dst21nfcb_se.h30 struct completion req_completion; member
/linux-4.1.27/drivers/nfc/st21nfca/
Dst21nfca_se.c133 reinit_completion(&info->se_info.req_completion); in st21nfca_hci_control_se()
144 wait_for_completion_interruptible(&info->se_info.req_completion); in st21nfca_hci_control_se()
292 complete(&info->se_info.req_completion); in st21nfca_se_activation_timeout()
386 init_completion(&info->se_info.req_completion); in st21nfca_se_init()
Dst21nfca_se.h32 struct completion req_completion; member
Dst21nfca.c881 complete(&info->se_info.req_completion); in st21nfca_hci_cmd_received()
900 complete(&info->se_info.req_completion); in st21nfca_admin_event_received()
/linux-4.1.27/include/net/nfc/
Dnci_core.h217 struct completion req_completion; member
357 struct completion req_completion; member
/linux-4.1.27/drivers/scsi/cxgbi/cxgb3i/
Dcxgb3i.c154 static int push_tx_frames(struct cxgbi_sock *csk, int req_completion);
350 int len, int req_completion) in make_tx_data_wr() argument
358 (req_completion ? F_WR_COMPL : 0)); in make_tx_data_wr()
393 static int push_tx_frames(struct cxgbi_sock *csk, int req_completion) in push_tx_frames() argument
438 if ((req_completion && in push_tx_frames()
441 req_completion = 1; in push_tx_frames()
445 make_tx_data_wr(csk, skb, len, req_completion); in push_tx_frames()
/linux-4.1.27/drivers/scsi/cxgbi/cxgb4i/
Dcxgb4i.c609 static int push_tx_frames(struct cxgbi_sock *csk, int req_completion) in push_tx_frames() argument
675 req_completion); in push_tx_frames()
/linux-4.1.27/drivers/block/
Dnvme-core.c587 static void req_completion(struct nvme_queue *nvmeq, void *ctx, in req_completion() function
888 nvme_set_info(cmd, iod, req_completion); in nvme_queue_rq()