Home
last modified time | relevance | path

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

/freebsd/sys/dev/firewire/
H A Dfwmem.c124 uint32_t dst_lo, in fwmem_read_quad() argument
139 fp->mode.rreqq.dest_lo = dst_lo; in fwmem_read_quad()
146 dst_hi, dst_lo); in fwmem_read_quad()
161 uint32_t dst_lo, in fwmem_write_quad() argument
175 fp->mode.wreqq.dest_lo = dst_lo; in fwmem_write_quad()
182 dst_hi, dst_lo, *(uint32_t *)data); in fwmem_write_quad()
197 uint32_t dst_lo, in fwmem_read_block() argument
212 fp->mode.rreqb.dest_lo = dst_lo; in fwmem_read_block()
221 dst_hi, dst_lo, len); in fwmem_read_block()
235 uint32_t dst_lo, in fwmem_write_block() argument
[all …]
H A Dsbp_targ.c942 uint16_t dst_hi, uint32_t dst_lo, u_int size, in sbp_targ_xfer_buf() argument
964 dst_hi, dst_lo + off, len, in sbp_targ_xfer_buf()
971 dst_hi, dst_lo + off, len, in sbp_targ_xfer_buf()
/freebsd/sys/crypto/ccp/
H A Dccp_hardware.h394 uint32_t dst_lo; /* NON-SHA */ member
H A Dccp_hardware.c870 desc->dst_lo = (uint32_t)dst; in ccp_passthrough()
1448 desc->dst_lo = desc->src_lo; in ccp_do_xts()
1652 desc->dst_lo = desc->src_lo; in ccp_do_blkcipher()
1780 desc->dst_lo = desc->src_lo = (uint32_t)seg->ss_paddr; in ccp_do_gctr()
1819 desc->dst_lo = ccp_queue_lsb_address(qp, LSB_ENTRY_GHASH); in ccp_do_ghash_final()
/freebsd/sys/dev/bwi/
H A Dbwirf.c1546 struct bwi_rf_lo *dst_lo, uint8_t devi_ctrl) in bwi_rf_lo_measure_11g() argument
1628 bcopy(&lo_min, dst_lo, sizeof(*dst_lo)); in bwi_rf_lo_measure_11g()
/freebsd/sys/dev/bxe/
H A Decore_hsi.h7166 uint16_t dst_lo /* destination mac address 16 low bits */; member
7168 uint16_t dst_lo /* destination mac address 16 low bits */;
7193 uint16_t dst_lo /* destination mac address 16 low bits */; member
H A Dbxe.c5459 pbd_e2->data.mac_addr.dst_lo, in bxe_tx_encap()