Searched refs:sig_req (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/fs/coda/ |
D | upcall.c | 672 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-v4.19/drivers/isdn/hardware/eicon/ |
D | message.c | 127 static void sig_req(PLCI *, byte, byte); 1059 || (plci->nl_req || plci->sig_req))) in plci_remove() 1061 sig_req(plci, HANGUP, 0); in plci_remove() 1235 sig_req(plci, ASSIGN, DSIG_ID); in connect_req() 1270 if (!dir)sig_req(plci, CALL_REQ, 0); in connect_req() 1275 sig_req(plci, LISTEN_REQ, 0); in connect_req() 1341 sig_req(plci, CALL_RES, 0); in connect_res() 1358 sig_req(plci, REJECT, 0); in connect_res() 1363 sig_req(plci, HANGUP, 0); in connect_res() 1370 sig_req(plci, REJECT, 0); in connect_res() [all …]
|
D | divacapi.h | 218 byte sig_req; member
|