Home
last modified time | relevance | path

Searched defs:sent (Results 1 – 25 of 83) sorted by relevance

1234

/Linux-v5.4/net/bluetooth/
Dhci_event.c143 void *sent; in hci_cc_write_link_policy() local
180 void *sent; in hci_cc_write_def_link_policy() local
231 struct hci_cp_read_stored_link_key *sent; in hci_cc_read_stored_link_key() local
264 void *sent; in hci_cc_write_local_name() local
299 void *sent; in hci_cc_write_auth_enable() local
328 void *sent; in hci_cc_write_encrypt_mode() local
351 void *sent; in hci_cc_write_scan_enable() local
400 void *sent; in hci_cc_write_class_of_dev() local
447 void *sent; in hci_cc_write_voice_setting() local
489 struct hci_cp_write_ssp_mode *sent; in hci_cc_write_ssp_mode() local
[all …]
/Linux-v5.4/drivers/iommu/
Dexynos-iommu.c43 #define lv1ent_fault(sent) ((*(sent) == ZERO_LV2LINK) || \ argument
45 #define lv1ent_zero(sent) (*(sent) == ZERO_LV2LINK) argument
46 #define lv1ent_page_zero(sent) ((*(sent) & 3) == 1) argument
47 #define lv1ent_page(sent) ((*(sent) != ZERO_LV2LINK) && \ argument
49 #define lv1ent_section(sent) ((*(sent) & 3) == 2) argument
98 #define section_phys(sent) (sect_to_phys(*(sent)) & SECT_MASK) argument
122 #define lv2table_base(sent) (sect_to_phys(*(sent) & 0xFFFFFFC0)) argument
188 static sysmmu_pte_t *page_entry(sysmmu_pte_t *sent, sysmmu_iova_t iova) in page_entry()
919 sysmmu_pte_t *sent, sysmmu_iova_t iova, short *pgcounter) in alloc_lv2entry()
977 sysmmu_pte_t *sent, sysmmu_iova_t iova, in lv1set_section()
/Linux-v5.4/net/smc/
Dsmc_tx.h23 union smc_host_cursor sent, prep; in smc_tx_prepared_sends() local
Dsmc_tx.c295 union smc_host_cursor *sent, in smc_tx_advance_cursors()
406 union smc_host_cursor sent, prep, prod, cons; in smc_tx_rdma_writes() local
/Linux-v5.4/drivers/staging/isdn/gigaset/
Dser-gigaset.c65 int sent = -EOPNOTSUPP; in write_modem() local
106 int sent = 0; in send_cb() local
161 int sent = 0; in gigaset_modem_fill() local
/Linux-v5.4/drivers/bluetooth/
Dath3k.c210 int err, pipe, size, sent = 0; in ath3k_load_firmware() local
307 int err, pipe, size, count, sent = 0; in ath3k_load_fwfile() local
Dbfusb.c455 int sent = 0, size, count; in bfusb_send_frame() local
523 int err, pipe, len, size, sent = 0; in bfusb_load_firmware() local
/Linux-v5.4/net/x25/
Dx25_out.c52 int sent=0, noblock = X25_SKB_CB(skb)->flags & MSG_DONTWAIT; in x25_output() local
/Linux-v5.4/net/vmw_vsock/
Dvmci_transport_notify.c121 bool sent; in vmci_transport_handle_waiting_read() local
151 bool sent; in vmci_transport_handle_waiting_write() local
/Linux-v5.4/include/linux/
Dadb.h17 unsigned char sent; member
/Linux-v5.4/drivers/infiniband/sw/siw/
Dsiw_qp_tx.c328 int i = 0, rv = 0, sent = 0, in siw_tcp_sendpages() local
373 int i = 0, sent = 0, rv; in siw_0copy_tx() local
/Linux-v5.4/net/sctp/
Dchunk.c101 int sent; in sctp_datamsg_destroy() local
/Linux-v5.4/sound/pci/echoaudio/
Dmidi.c206 int bytes, sent, time; in snd_echo_midi_output_write() local
/Linux-v5.4/drivers/tty/hvc/
Dhvc_xen.c84 int sent = 0; in __write_console() local
116 int sent = __write_console(cons, data, len); in domU_write_console() local
/Linux-v5.4/drivers/usb/usbip/
Dvudc_transfer.c187 int sent = 0; in transfer() local
/Linux-v5.4/drivers/net/wireless/marvell/libertas/
Dif_cs.c562 int sent = 0; in if_cs_prog_helper() local
652 int sent; in if_cs_prog_real() local
/Linux-v5.4/drivers/target/iscsi/
Discsi_target_seq_pdu_list.h67 int sent; member
/Linux-v5.4/drivers/message/fusion/
Dmptlan.c573 struct sk_buff *sent; in mpt_lan_send_turbo() local
606 struct sk_buff *sent; in mpt_lan_send_reply() local
/Linux-v5.4/drivers/staging/unisys/visorhba/
Dvisorhba_main.c52 void *sent; member
189 void *sent; in del_scsipending_ent() local
/Linux-v5.4/fs/cifs/
Dtransport.c195 size_t *sent) in smb_send_kvec()
316 size_t total_len = 0, sent, size; in __smb_send_rqst() local
/Linux-v5.4/drivers/scsi/ibmvscsi/
Dibmvscsi.h94 struct list_head sent; member
/Linux-v5.4/drivers/fpga/
Dstratix10-soc.c288 int sent = 0; in s10_ops_write() local
/Linux-v5.4/tools/testing/selftests/bpf/
Dtest_sockmap.c344 int sent = sendfile(fd, fp, NULL, iov_length); in msg_loop_sendpage() local
463 int sent = sendmsg(fd, &msg, flags); in msg_loop() local
/Linux-v5.4/samples/bpf/
Dxdp_monitor_kern.c229 int sent; // offset:24; size:4; signed:1; member
/Linux-v5.4/drivers/net/ethernet/sun/
Dsunvnet_common.h110 u8 sent; member

1234