Searched refs:ch_map (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/sume/ |
H A D | if_sume.c | 453 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 D | adapter.h | 150 bus_dmamap_t ch_map; member
|
/freebsd/sys/dev/cxgbe/ |
H A D | t4_sge.c | 3903 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()
|