Home
last modified time | relevance | path

Searched refs:ch_map (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/sume/
H A Dif_sume.c453 bus_dmamap_sync(recv->ch_tag, recv->ch_map, in sume_intr_handler()
465 bus_dmamap_sync(recv->ch_tag, recv->ch_map, in sume_intr_handler()
713 bus_dmamap_sync(send->ch_tag, send->ch_map, in sume_modreg_write_locked()
724 bus_dmamap_sync(send->ch_tag, send->ch_map, in sume_modreg_write_locked()
820 bus_dmamap_sync(recv->ch_tag, recv->ch_map, in sume_module_reg_read()
836 bus_dmamap_sync(recv->ch_tag, recv->ch_map, in sume_module_reg_read()
1048 bus_dmamap_sync(send->ch_tag, send->ch_map, in sume_if_start_locked()
1088 bus_dmamap_sync(send->ch_tag, send->ch_map, in sume_if_start_locked()
1232 BUS_DMA_ZERO, &rp[ch]->ch_map); in sume_probe_riffa_buffer()
1241 err = bus_dmamap_load(rp[ch]->ch_tag, rp[ch]->ch_map, in sume_probe_riffa_buffer()
[all …]
H A Dadapter.h150 bus_dmamap_t ch_map; member
/freebsd/sys/dev/cxgbe/
H A Dt4_sge.c3903 uint16_t ch_map; in t4_sge_set_conm_context() local
3936 for (i = 0, ch_map = 0; i < 4; i++) { in t4_sge_set_conm_context()
3938 ch_map |= 1 << (i << cng_ch_bits_log); in t4_sge_set_conm_context()
3940 val |= V_CONMCTXT_CNGCHMAP(ch_map); in t4_sge_set_conm_context()