Home
last modified time | relevance | path

Searched refs:sig_req (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/fs/coda/
Dupcall.c672 struct upc_req *req = NULL, *sig_req; in coda_upcall() local
743 sig_req = kmalloc(sizeof(struct upc_req), GFP_KERNEL); in coda_upcall()
744 if (!sig_req) goto exit; in coda_upcall()
746 CODA_ALLOC((sig_req->uc_data), char *, sizeof(struct coda_in_hdr)); in coda_upcall()
747 if (!sig_req->uc_data) { in coda_upcall()
748 kfree(sig_req); in coda_upcall()
753 sig_inputArgs = (union inputArgs *)sig_req->uc_data; in coda_upcall()
757 sig_req->uc_flags = CODA_REQ_ASYNC; in coda_upcall()
758 sig_req->uc_opcode = sig_inputArgs->ih.opcode; in coda_upcall()
759 sig_req->uc_unique = sig_inputArgs->ih.unique; in coda_upcall()
[all …]
/linux-4.1.27/drivers/isdn/hardware/eicon/
Dmessage.c142 static void sig_req(PLCI *, byte, byte);
1074 || (plci->nl_req || plci->sig_req))) in plci_remove()
1076 sig_req(plci, HANGUP, 0); in plci_remove()
1352 sig_req(plci, ASSIGN, DSIG_ID); in connect_req()
1387 if (!dir)sig_req(plci, CALL_REQ, 0); in connect_req()
1392 sig_req(plci, LISTEN_REQ, 0); in connect_req()
1458 sig_req(plci, CALL_RES, 0); in connect_res()
1475 sig_req(plci, REJECT, 0); in connect_res()
1480 sig_req(plci, HANGUP, 0); in connect_res()
1487 sig_req(plci, REJECT, 0); in connect_res()
[all …]
Ddivacapi.h228 byte sig_req; member