/linux-4.1.27/Documentation/networking/timestamping/ |
D | txtimestamp.c | 74 static uint16_t dest_port = 9000; variable 356 udph->dest = ntohs(dest_port); in do_test() 445 dest_port = strtoul(optarg, NULL, 10); in parse_opt() 481 daddr.sin_port = htons(dest_port); in resolve_hostname() 486 daddr6.sin6_port = htons(dest_port); in resolve_hostname() 540 fprintf(stderr, "server port: %u\n", dest_port); in main()
|
/linux-4.1.27/sound/core/seq/oss/ |
D | seq_oss_device.h | 163 int dest_client, int dest_port) in snd_seq_oss_fill_addr() argument 168 ev->dest.port = dest_port; in snd_seq_oss_fill_addr()
|
/linux-4.1.27/sound/core/seq/ |
D | seq_ports.c | 561 struct snd_seq_client_port *dest_port, in snd_seq_port_connect() argument 584 err = check_and_subscribe_port(dest_client, dest_port, subs, false, in snd_seq_port_connect() 605 struct snd_seq_client_port *dest_port, in snd_seq_port_disconnect() argument 627 delete_and_unsubscribe_port(dest_client, dest_port, subs, false, in snd_seq_port_disconnect()
|
D | seq_clientmgr.c | 602 struct snd_seq_client_port *dest_port = NULL; in snd_seq_deliver_single_event() local 611 dest_port = snd_seq_port_use_ptr(dest, event->dest.port); in snd_seq_deliver_single_event() 612 if (dest_port == NULL) in snd_seq_deliver_single_event() 616 if (! check_port_perm(dest_port, SNDRV_SEQ_PORT_CAP_WRITE)) { in snd_seq_deliver_single_event() 621 if (dest_port->timestamping) in snd_seq_deliver_single_event() 622 update_timestamp_of_queue(event, dest_port->time_queue, in snd_seq_deliver_single_event() 623 dest_port->time_real); in snd_seq_deliver_single_event() 632 if (dest_port->event_input == NULL) in snd_seq_deliver_single_event() 634 result = dest_port->event_input(event, direct, in snd_seq_deliver_single_event() 635 dest_port->private_data, in snd_seq_deliver_single_event() [all …]
|
/linux-4.1.27/include/linux/platform_data/ |
D | edma.h | 131 void edma_set_dest(unsigned slot, dma_addr_t dest_port,
|
/linux-4.1.27/include/linux/ |
D | atalk.h | 41 unsigned char dest_port; member
|
D | omap-dma.h | 319 extern void omap_set_dma_dest_params(int lch, int dest_port, int dest_amode,
|
/linux-4.1.27/net/appletalk/ |
D | atalk_proc.c | 183 ntohs(at->dest_net), at->dest_node, at->dest_port, in atalk_seq_socket_show()
|
D | ddp.c | 1225 at->dest_port = addr->sat_port; in atalk_connect() 1265 sat.sat_port = at->dest_port; in atalk_getname() 1607 usat->sat_port = at->dest_port; in atalk_sendmsg()
|
/linux-4.1.27/arch/arm/plat-omap/ |
D | dma.c | 412 void omap_set_dma_dest_params(int lch, int dest_port, int dest_amode, in omap_set_dma_dest_params() argument 421 l |= dest_port << 9; in omap_set_dma_dest_params()
|
/linux-4.1.27/arch/arm/common/ |
D | edma.c | 974 void edma_set_dest(unsigned slot, dma_addr_t dest_port, in edma_set_dest() argument 995 edma_parm_write(ctlr, PARM_DST, slot, dest_port); in edma_set_dest()
|
/linux-4.1.27/drivers/scsi/qla4xxx/ |
D | ql4_def.h | 540 u16 dest_port; member
|
D | ql4_os.c | 5794 rc = sprintf(str, "%d\n", boot_conn->dest_port); in qla4xxx_show_boot_tgt_info() 6082 boot_conn->dest_port = le16_to_cpu(fw_ddb_entry->port); in qla4xxx_get_boot_target()
|
/linux-4.1.27/drivers/scsi/be2iscsi/ |
D | be_cmds.h | 331 u16 dest_port; member
|
D | be_main.c | 399 rc = sprintf(str, "%d\n", boot_conn->dest_port); in beiscsi_show_boot_tgt_info()
|
/linux-4.1.27/drivers/net/ethernet/emulex/benet/ |
D | be_cmds.h | 1490 u32 dest_port; member 1506 u8 dest_port; member
|
D | be_cmds.c | 2576 req->dest_port = port_num; in be_cmd_set_loopback() 2612 req->dest_port = cpu_to_le32(port_num); in be_cmd_loopback_test()
|
/linux-4.1.27/drivers/net/ethernet/micrel/ |
D | ksz884x.c | 910 u32 dest_port:4; member 916 u32 dest_port:4; 4025 cur->sw.buf.tx.dest_port = hw->dst_ports; in hw_send_pkt()
|