Home
last modified time | relevance | path

Searched refs:dport (Results 1 – 7 of 7) sorted by relevance

/drivers/tty/serial/
Ddz.c80 struct dz_port dport[DZ_NB_PORT]; member
102 static u16 dz_in(struct dz_port *dport, unsigned offset) in dz_in() argument
104 void __iomem *addr = dport->port.membase + offset; in dz_in()
109 static void dz_out(struct dz_port *dport, unsigned offset, u16 value) in dz_out() argument
111 void __iomem *addr = dport->port.membase + offset; in dz_out()
128 struct dz_port *dport = to_dport(uport); in dz_stop_tx() local
129 u16 tmp, mask = 1 << dport->port.line; in dz_stop_tx()
131 tmp = dz_in(dport, DZ_TCR); /* read the TX flag */ in dz_stop_tx()
133 dz_out(dport, DZ_TCR, tmp); in dz_stop_tx()
138 struct dz_port *dport = to_dport(uport); in dz_start_tx() local
[all …]
/drivers/net/ethernet/chelsio/cxgb3/
Dcxgb3_ioctl.h160 uint16_t dport; member
Dcommon.h418 u16 dport; member
Dt3_hw.c2968 key[1] = (tp->sip >> 16) | (tp->dport << 16); in t3_config_trace_filter()
/drivers/net/wireless/bcmdhd/
Ddhd_linux.c6288 uint16 dport = 0, oldmagic = 0xACAC; local
6298 memcpy(&dport, p1+40, 2);
6300 dport = ntoh16(dport);
6305 if (dport >= tsport && dport <= tsport + 20) {
/drivers/scsi/cxgbi/
Dlibcxgbi.c456 __be16 sport, __be16 dport, u8 tos) in find_route_ipv4() argument
461 dport, sport, IPPROTO_TCP, tos, 0); in find_route_ipv4()
/drivers/net/ethernet/sun/
Dniu.c7378 u16 sport, dport, spm, dpm; in niu_get_tcamkey_from_ip4fs() local
7406 dport = be16_to_cpu(fsp->h_u.tcp_ip4_spec.pdst); in niu_get_tcamkey_from_ip4fs()
7409 tp->key[2] |= (((u64)sport << 16) | dport); in niu_get_tcamkey_from_ip4fs()