| /Linux-v5.4/net/bluetooth/ | 
| D | hci_event.c | 143 	void *sent;  in hci_cc_write_link_policy()  local180 	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/ | 
| D | exynos-iommu.c | 43 #define lv1ent_fault(sent) ((*(sent) == ZERO_LV2LINK) || \  argument45 #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/ | 
| D | smc_tx.h | 23 	union smc_host_cursor sent, prep;  in smc_tx_prepared_sends()  local
 | 
| D | smc_tx.c | 295 					  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/ | 
| D | ser-gigaset.c | 65 	int sent = -EOPNOTSUPP;  in write_modem()  local106 	int sent = 0;  in send_cb()  local
 161 	int sent = 0;  in gigaset_modem_fill()  local
 
 | 
| /Linux-v5.4/drivers/bluetooth/ | 
| D | ath3k.c | 210 	int err, pipe, size, sent = 0;  in ath3k_load_firmware()  local307 	int err, pipe, size, count, sent = 0;  in ath3k_load_fwfile()  local
 
 | 
| D | bfusb.c | 455 	int sent = 0, size, count;  in bfusb_send_frame()  local523 	int err, pipe, len, size, sent = 0;  in bfusb_load_firmware()  local
 
 | 
| /Linux-v5.4/net/x25/ | 
| D | x25_out.c | 52 	int sent=0, noblock = X25_SKB_CB(skb)->flags & MSG_DONTWAIT;  in x25_output()  local
 | 
| /Linux-v5.4/net/vmw_vsock/ | 
| D | vmci_transport_notify.c | 121 		bool sent;  in vmci_transport_handle_waiting_read()  local151 		bool sent;  in vmci_transport_handle_waiting_write()  local
 
 | 
| /Linux-v5.4/include/linux/ | 
| D | adb.h | 17 	unsigned char sent;  member
 | 
| /Linux-v5.4/drivers/infiniband/sw/siw/ | 
| D | siw_qp_tx.c | 328 	int i = 0, rv = 0, sent = 0,  in siw_tcp_sendpages()  local373 	int i = 0, sent = 0, rv;  in siw_0copy_tx()  local
 
 | 
| /Linux-v5.4/net/sctp/ | 
| D | chunk.c | 101 			int sent;  in sctp_datamsg_destroy()  local
 | 
| /Linux-v5.4/sound/pci/echoaudio/ | 
| D | midi.c | 206 	int bytes, sent, time;  in snd_echo_midi_output_write()  local
 | 
| /Linux-v5.4/drivers/tty/hvc/ | 
| D | hvc_xen.c | 84 	int sent = 0;  in __write_console()  local116 		int sent = __write_console(cons, data, len);  in domU_write_console()  local
 
 | 
| /Linux-v5.4/drivers/usb/usbip/ | 
| D | vudc_transfer.c | 187 	int sent = 0;  in transfer()  local
 | 
| /Linux-v5.4/drivers/net/wireless/marvell/libertas/ | 
| D | if_cs.c | 562 	int sent = 0;  in if_cs_prog_helper()  local652 	int sent;  in if_cs_prog_real()  local
 
 | 
| /Linux-v5.4/drivers/target/iscsi/ | 
| D | iscsi_target_seq_pdu_list.h | 67 	int		sent;  member
 | 
| /Linux-v5.4/drivers/message/fusion/ | 
| D | mptlan.c | 573 	struct sk_buff *sent;  in mpt_lan_send_turbo()  local606 	struct sk_buff *sent;  in mpt_lan_send_reply()  local
 
 | 
| /Linux-v5.4/drivers/staging/unisys/visorhba/ | 
| D | visorhba_main.c | 52 	void *sent;  member189 	void *sent;  in del_scsipending_ent()  local
 
 | 
| /Linux-v5.4/fs/cifs/ | 
| D | transport.c | 195 	      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/ | 
| D | ibmvscsi.h | 94 	struct list_head sent;  member
 | 
| /Linux-v5.4/drivers/fpga/ | 
| D | stratix10-soc.c | 288 	int sent = 0;  in s10_ops_write()  local
 | 
| /Linux-v5.4/tools/testing/selftests/bpf/ | 
| D | test_sockmap.c | 344 		int sent = sendfile(fd, fp, NULL, iov_length);  in msg_loop_sendpage()  local463 			int sent = sendmsg(fd, &msg, flags);  in msg_loop()  local
 
 | 
| /Linux-v5.4/samples/bpf/ | 
| D | xdp_monitor_kern.c | 229 	int sent;		//	offset:24; size:4; signed:1;  member
 | 
| /Linux-v5.4/drivers/net/ethernet/sun/ | 
| D | sunvnet_common.h | 110 	u8			sent;  member
 |