Home
last modified time | relevance | path

Searched refs:channel_index (Results 1 – 5 of 5) sorted by relevance

/freebsd/tools/tools/ioat/
H A Dioatcontrol.c197 t.channel_index = atoi(argv[0]); in main()
198 if (t.channel_index > 8) { in main()
/freebsd/sys/dev/ioat/
H A Dioat_test.h54 uint32_t channel_index; member
H A Dioat.h122 bus_dmaengine_t ioat_get_dmaengine(uint32_t channel_index, int flags);
H A Dioat_test.c406 dmaengine = ioat_get_dmaengine(test->channel_index, M_NOWAIT); in ioat_dma_test()
/freebsd/sys/contrib/dev/rtw89/
H A Drtw8852b_rfk.c3479 u8 channel_index; in _tssi_ch_to_idx()
3482 channel_index = channel - 1; in _tssi_ch_to_idx()
3484 channel_index = (channel - 36) / 2 + 14; in _tssi_ch_to_idx()
3486 channel_index = ((channel - 100) / 2) + 15 + 14; in _tssi_ch_to_idx()
3488 channel_index = ((channel - 149) / 2) + 38 + 14; in _tssi_ch_to_idx()
3490 channel_index = 0; in _tssi_ch_to_idx()
3492 return channel_index; in _tssi_ch_to_idx()
3478 u8 channel_index; _tssi_ch_to_idx() local