Home
last modified time | relevance | path

Searched refs:send_message (Results 1 – 20 of 20) sorted by relevance

/linux-4.4.14/drivers/isdn/capi/
Dcapidrv.c504 static void send_message(capidrv_contr *card, _cmsg *cmsg) in send_message() function
677 send_message(card, &cmsg); in n0()
1125 send_message(card, cmsg); in handle_incoming_call()
1160 send_message(card, cmsg); in handle_incoming_call()
1175 send_message(card, cmsg); in handle_incoming_call()
1184 send_message(card, cmsg); in handle_incoming_call()
1214 send_message(card, cmsg); in handle_plci()
1221 send_message(card, cmsg); in handle_plci()
1279 send_message(card, cmsg); in handle_plci()
1283 send_message(card, cmsg); in handle_plci()
[all …]
Dkcapi.c833 return ctr->send_message(ctr, skb); in capi20_put_message()
/linux-4.4.14/include/linux/isdn/
Dcapilli.h50 u16 (*send_message)(struct capi_ctr *, struct sk_buff *skb); member
/linux-4.4.14/drivers/isdn/hardware/avm/
Db1pci.c111 cinfo->capi_ctrl.send_message = b1_send_message; in b1pci_probe()
250 cinfo->capi_ctrl.send_message = b1dma_send_message; in b1pciv4_probe()
Db1pcmcia.c107 cinfo->capi_ctrl.send_message = b1_send_message; in b1pcmcia_add_card()
Db1isa.c120 cinfo->capi_ctrl.send_message = b1_send_message; in b1isa_probe()
Dt1pci.c118 cinfo->capi_ctrl.send_message = b1dma_send_message; in t1pci_add_card()
Dt1isa.c429 cinfo->capi_ctrl.send_message = t1isa_send_message; in t1isa_probe()
Dc4.c1210 cinfo->capi_ctrl.send_message = c4_send_message; in c4_add_card()
/linux-4.4.14/Documentation/isdn/
DINTERFACE.CAPI63 send_message() callback function. Conversely, the driver may call Kernel
136 u16 (*send_message)(struct capi_ctr *ctrlr, struct sk_buff *skb)
162 Note: Callback functions except send_message() are never called in interrupt
182 CAPI messages are passed between Kernel CAPI and the driver via send_message()
/linux-4.4.14/arch/x86/platform/uv/
Dtlb_uv.c543 if (cycles_2_us(ttm - bcp->send_message) < timeout_us) { in uv1_wait_completion()
645 if (cycles_2_us(ttm - bcp->send_message) < timeout_us) { in uv2_3_wait_completion()
661 if ((ttm - bcp->send_message) > bcp->timeout_interval) in uv2_3_wait_completion()
923 bcp->send_message = get_cycles(); in uv_flush_send_and_wait()
/linux-4.4.14/arch/x86/include/asm/uv/
Duv_bau.h615 cycles_t send_message; member
/linux-4.4.14/net/rxrpc/
Dar-ack.c970 goto send_message; in rxrpc_process_call()
984 goto send_message; in rxrpc_process_call()
1242 send_message: in rxrpc_process_call()
/linux-4.4.14/fs/dlm/
Dlock.c3590 static int send_message(struct dlm_mhandle *mh, struct dlm_message *ms) in send_message() function
3659 error = send_message(mh, ms); in send_common()
3722 error = send_message(mh, ms); in send_grant()
3743 error = send_message(mh, ms); in send_bast()
3766 error = send_message(mh, ms); in send_lookup()
3791 error = send_message(mh, ms); in send_remove()
3813 error = send_message(mh, ms); in send_common_reply()
3854 error = send_message(mh, ms); in send_lookup_reply()
4063 send_message(mh, ms); in send_repeat_remove()
6284 return send_message(mh, ms); in send_purge()
/linux-4.4.14/net/wireless/
Dcore.h408 bool send_message);
Dscan.c166 bool send_message) in ___cfg80211_scan_done() argument
221 if (!send_message) in ___cfg80211_scan_done()
/linux-4.4.14/net/bluetooth/cmtp/
Dcapi.c576 session->ctrl.send_message = cmtp_send_message; in cmtp_attach_device()
/linux-4.4.14/drivers/isdn/hysdn/
Dhycapi.c774 ctrl->send_message = hycapi_send_message; in hycapi_capi_create()
/linux-4.4.14/drivers/isdn/hardware/eicon/
Dcapifunc.c513 ctrl->send_message = diva_send_message; in diva_add_card()
/linux-4.4.14/drivers/isdn/gigaset/
Dcapi.c2480 iif->ctr.send_message = gigaset_send_message; in gigaset_isdn_regdev()