Home
last modified time | relevance | path

Searched refs:dst_hi (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/firewire/
H A Dfwmem.c123 uint16_t dst_hi, in fwmem_read_quad() argument
138 fp->mode.rreqq.dest_hi = dst_hi; in fwmem_read_quad()
146 dst_hi, dst_lo); in fwmem_read_quad()
160 uint16_t dst_hi, in fwmem_write_quad() argument
174 fp->mode.wreqq.dest_hi = dst_hi; in fwmem_write_quad()
182 dst_hi, dst_lo, *(uint32_t *)data); in fwmem_write_quad()
196 uint16_t dst_hi, in fwmem_read_block() argument
211 fp->mode.rreqb.dest_hi = dst_hi; in fwmem_read_block()
221 dst_hi, dst_lo, len); in fwmem_read_block()
234 uint16_t dst_hi, 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.h400 uint32_t dst_hi:16; member
H A Dccp_hardware.c871 desc->dst_hi = dst >> 32; in ccp_passthrough()
1449 desc->dst_hi = desc->src_hi; in ccp_do_xts()
1653 desc->dst_hi = desc->src_hi; in ccp_do_blkcipher()
1781 desc->dst_hi = desc->src_hi = seg->ss_paddr >> 32; in ccp_do_gctr()
/freebsd/sys/dev/bxe/
H A Decore_hsi.h7173 uint16_t dst_hi /* destination mac address 16 high bits */; member
7175 uint16_t dst_hi /* destination mac address 16 high bits */; member
7195 uint16_t dst_hi /* destination mac address 16 high bits */; member
H A Dbxe.c5457 pbd_e2->data.mac_addr.dst_hi, in bxe_tx_encap()