Home
last modified time | relevance | path

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

12345678

/kernel/linux/linux-5.10/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()
923 sysmmu_pte_t *sent, sysmmu_iova_t iova, short *pgcounter) in alloc_lv2entry()
981 sysmmu_pte_t *sent, sysmmu_iova_t iova, in lv1set_section()
/kernel/linux/linux-5.10/net/bluetooth/
Dhci_event.c161 void *sent; in hci_cc_write_link_policy() local
198 void *sent; in hci_cc_write_def_link_policy() local
249 struct hci_cp_read_stored_link_key *sent; in hci_cc_read_stored_link_key() local
282 void *sent; in hci_cc_write_local_name() local
317 void *sent; in hci_cc_write_auth_enable() local
346 void *sent; in hci_cc_write_encrypt_mode() local
369 void *sent; in hci_cc_write_scan_enable() local
418 void *sent; in hci_cc_write_class_of_dev() local
465 void *sent; in hci_cc_write_voice_setting() local
507 struct hci_cp_write_ssp_mode *sent; in hci_cc_write_ssp_mode() local
[all …]
/kernel/linux/linux-6.6/drivers/iommu/
Dexynos-iommu.c41 #define lv1ent_fault(sent) ((*(sent) == ZERO_LV2LINK) || \ argument
43 #define lv1ent_zero(sent) (*(sent) == ZERO_LV2LINK) argument
44 #define lv1ent_page_zero(sent) ((*(sent) & 3) == 1) argument
45 #define lv1ent_page(sent) ((*(sent) != ZERO_LV2LINK) && \ argument
47 #define lv1ent_section(sent) ((*(sent) & 3) == 2) argument
96 #define section_phys(sent) (sect_to_phys(*(sent)) & SECT_MASK) argument
120 #define lv2table_base(sent) (sect_to_phys(*(sent) & 0xFFFFFFC0)) argument
182 static sysmmu_pte_t *page_entry(sysmmu_pte_t *sent, sysmmu_iova_t iova) in page_entry()
1065 sysmmu_pte_t *sent, sysmmu_iova_t iova, short *pgcounter) in alloc_lv2entry()
1123 sysmmu_pte_t *sent, sysmmu_iova_t iova, in lv1set_section()
/kernel/linux/linux-6.6/net/smc/
Dsmc_tx.h23 union smc_host_cursor sent, prep; in smc_tx_prepared_sends() local
/kernel/linux/linux-5.10/net/smc/
Dsmc_tx.h23 union smc_host_cursor sent, prep; in smc_tx_prepared_sends() local
Dsmc_tx.c293 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
/kernel/linux/linux-6.6/net/bluetooth/
Dhci_event.c213 void *sent; in hci_cc_write_link_policy() local
254 void *sent; in hci_cc_write_def_link_policy() local
309 struct hci_cp_read_stored_link_key *sent; in hci_cc_read_stored_link_key() local
350 void *sent; in hci_cc_write_local_name() local
391 void *sent; in hci_cc_write_auth_enable() local
423 void *sent; in hci_cc_write_encrypt_mode() local
449 void *sent; in hci_cc_write_scan_enable() local
487 void *sent; in hci_cc_set_event_filter() local
533 void *sent; in hci_cc_write_class_of_dev() local
585 void *sent; in hci_cc_write_voice_setting() local
[all …]
Dhci_codec.c10 struct hci_op_read_local_codec_caps *sent, in hci_codec_list_add()
/kernel/linux/linux-6.6/drivers/bluetooth/
Dath3k.c207 int err, pipe, size, sent = 0; in ath3k_load_firmware() local
276 int err, pipe, size, count, sent = 0; in ath3k_load_fwfile() local
Dbfusb.c454 int sent = 0, size, count; in bfusb_send_frame() local
522 int err, pipe, len, size, sent = 0; in bfusb_load_firmware() local
/kernel/linux/linux-5.10/drivers/bluetooth/
Dath3k.c210 int err, pipe, size, sent = 0; in ath3k_load_firmware() local
279 int err, pipe, size, count, sent = 0; in ath3k_load_fwfile() local
Dbfusb.c454 int sent = 0, size, count; in bfusb_send_frame() local
522 int err, pipe, len, size, sent = 0; in bfusb_load_firmware() local
/kernel/linux/linux-6.6/samples/bpf/
Dxdp_sample.bpf.c207 const struct net_device *to_dev, int sent, int drops, int err) in BPF_PROG()
238 const struct net_device *to_dev, int sent, int drops, int err) in BPF_PROG()
/kernel/linux/linux-6.6/net/x25/
Dx25_out.c52 int sent=0, noblock = X25_SKB_CB(skb)->flags & MSG_DONTWAIT; in x25_output() local
/kernel/linux/linux-5.10/net/x25/
Dx25_out.c52 int sent=0, noblock = X25_SKB_CB(skb)->flags & MSG_DONTWAIT; in x25_output() local
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
Dsockmap_basic.c416 int expected, zero = 0, sent, recvd, avail; in test_sockmap_skb_verdict_fionread() local
480 int err, map, verdict, s, c1, p1, zero = 0, sent, recvd, avail; in test_sockmap_skb_verdict_peek() local
/kernel/linux/linux-5.10/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
/kernel/linux/linux-6.6/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
/kernel/linux/linux-5.10/include/linux/
Dadb.h17 unsigned char sent; member
/kernel/linux/linux-6.6/include/linux/
Dadb.h17 unsigned char sent; member
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
Dcore_kern.c44 *from_dev, const struct net_device *to_dev, int sent, int drops, in BPF_PROG()
/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/net/sctp/
Dchunk.c78 int error, sent; in sctp_datamsg_destroy() local
/kernel/linux/linux-6.6/net/sctp/
Dchunk.c78 int error, sent; in sctp_datamsg_destroy() local
/kernel/linux/linux-6.6/sound/pci/echoaudio/
Dmidi.c205 int bytes, sent, time; in snd_echo_midi_output_write() local

12345678