Searched refs:hnd (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | subr_csan.c | 698 return (bus_space_map(tag, hnd, size, flags, handlep)); 706 bus_space_unmap(tag, hnd, size); in kcsan_bus_space_unmap() 735 bus_space_free(tag, hnd, size); in kcsan_bus_space_free() 743 bus_space_barrier(tag, hnd, offset, size, flags); in kcsan_bus_space_barrier() 748 bus_space_handle_t hnd, bus_size_t offset) \ 750 return (bus_space_read##func##_##width(tag, hnd, \ 756 bus_space_handle_t hnd, bus_size_t size, type *buf, \ 761 bus_space_read_##func##_##width(tag, hnd, size, buf, \ 797 bus_space_handle_t hnd, bus_size_t offset, type value) \ 809 bus_space_write_##func##_##width(tag, hnd, size, buf, \ [all …]
|
| /f-stack/freebsd/x86/include/ |
| H A D | bus.h | 1095 bus_space_handle_t hnd, bus_size_t offset, type *value) \ 1098 tmp = bus_space_read_##width(tag, hnd, offset); \ 1112 bus_space_handle_t hnd, bus_size_t offset, type value) \ 1114 bus_space_write_##width(tag, hnd, offset, value); \
|
| /f-stack/freebsd/arm/include/ |
| H A D | bus.h | 749 bus_space_handle_t hnd, bus_size_t offset, type *value) \ 752 tmp = bus_space_read_##width(tag, hnd, offset); \ 764 bus_space_handle_t hnd, bus_size_t offset, type value) \ 766 bus_space_write_##width(tag, hnd, offset, value); \
|
| /f-stack/freebsd/mips/include/ |
| H A D | bus.h | 695 bus_space_handle_t hnd, bus_size_t offset, type *value) \ 698 tmp = bus_space_read_##width(tag, hnd, offset); \ 710 bus_space_handle_t hnd, bus_size_t offset, type value) \ 712 bus_space_write_##width(tag, hnd, offset, value); \
|
| /f-stack/dpdk/drivers/net/cxgbe/ |
| H A D | sge.c | 1786 struct sge_fl *fl, rspq_handler_t hnd, int cong, in t4_sge_alloc_rxq() argument 1915 iq->handler = hnd; in t4_sge_alloc_rxq()
|