Searched refs:ch_map (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/sys/dev/sume/ |
| H A D | if_sume.c | 454 bus_dmamap_sync(recv->ch_tag, recv->ch_map, in sume_intr_handler() 466 bus_dmamap_sync(recv->ch_tag, recv->ch_map, in sume_intr_handler() 714 bus_dmamap_sync(send->ch_tag, send->ch_map, in sume_modreg_write_locked() 725 bus_dmamap_sync(send->ch_tag, send->ch_map, in sume_modreg_write_locked() 821 bus_dmamap_sync(recv->ch_tag, recv->ch_map, in sume_module_reg_read() 837 bus_dmamap_sync(recv->ch_tag, recv->ch_map, in sume_module_reg_read() 1049 bus_dmamap_sync(send->ch_tag, send->ch_map, in sume_if_start_locked() 1089 bus_dmamap_sync(send->ch_tag, send->ch_map, in sume_if_start_locked() 1233 BUS_DMA_ZERO, &rp[ch]->ch_map); in sume_probe_riffa_buffer() 1242 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-14.2/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()
|