Home
last modified time | relevance | path

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

/drivers/nfc/st21nfca/
Dvendor_cmds.c242 complete(&info->vendor_info.req_completion); in st21nfca_hci_loopback_event_received()
258 reinit_completion(&info->vendor_info.req_completion); in st21nfca_hci_loopback()
268 wait_for_completion_interruptible(&info->vendor_info.req_completion); in st21nfca_hci_loopback()
360 init_completion(&info->vendor_info.req_completion); in st21nfca_vendor_cmds_init()
Dse.c119 reinit_completion(&info->se_info.req_completion); in st21nfca_hci_control_se()
130 wait_for_completion_interruptible(&info->se_info.req_completion); in st21nfca_hci_control_se()
299 complete(&info->se_info.req_completion); in st21nfca_se_activation_timeout()
417 init_completion(&info->se_info.req_completion); in st21nfca_se_init()
Dst21nfca.h111 struct completion req_completion; member
129 struct completion req_completion; member
Dcore.c851 complete(&info->se_info.req_completion); in st21nfca_hci_cmd_received()
870 complete(&info->se_info.req_completion); in st21nfca_admin_event_received()
/drivers/nfc/st-nci/
Dse.c262 complete(&info->se_info.req_completion); in st_nci_hci_admin_event_received()
401 complete(&info->se_info.req_completion); in st_nci_hci_cmd_received()
433 reinit_completion(&info->se_info.req_completion); in st_nci_control_se()
443 wait_for_completion_interruptible(&info->se_info.req_completion); in st_nci_control_se()
718 complete(&info->se_info.req_completion); in st_nci_se_activation_timeout()
725 init_completion(&info->se_info.req_completion); in st_nci_se_init()
Dst-nci.h47 struct completion req_completion; member
/drivers/scsi/cxgbi/cxgb3i/
Dcxgb3i.c156 static int push_tx_frames(struct cxgbi_sock *csk, int req_completion);
352 int len, int req_completion) in make_tx_data_wr() argument
360 (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()
/drivers/scsi/cxgbi/cxgb4i/
Dcxgb4i.c766 static int push_tx_frames(struct cxgbi_sock *csk, int req_completion) in push_tx_frames() argument
838 if (!req_completion && in push_tx_frames()
841 req_completion = 1; in push_tx_frames()
857 credits_needed, req_completion); in push_tx_frames()