/freebsd/sys/dev/ioat/ |
H A D | ioat.c | 342 ioat->chan_idx = i; in ioat_attach() 380 ioat_channel[ioat->chan_idx] = NULL; in ioat_detach() 836 (uintmax_t)status, ioat->chan_idx); in ioat_process_events() 846 __func__, ioat->chan_idx, comp_update, ioat->last_seen); in ioat_process_events() 852 ioat->chan_idx, ioat->tail, dmadesc, dmadesc->callback_fn, in ioat_process_events() 867 ioat->chan_idx, ioat->head, ioat->tail, ioat_get_active(ioat)); in ioat_process_events() 919 ioat->chan_idx, ioat->tail, dmadesc, dmadesc->callback_fn, in ioat_process_events() 931 ioat->chan_idx, ioat->head, ioat->tail, ioat_get_active(ioat)); in ioat_process_events() 1092 CTR2(KTR_IOAT, "%s channel=%u", __func__, ioat->chan_idx); in ioat_acquire() 1118 ioat->chan_idx, ioat->head); in ioat_release() [all …]
|
H A D | ioat_internal.h | 444 unsigned chan_idx; member
|
/freebsd/sys/dev/dpaa2/ |
H A D | dpaa2_swp.c | 440 dpaa2_swp_set_push_dequeue(struct dpaa2_swp *swp, uint8_t chan_idx, bool en) in dpaa2_swp_set_push_dequeue() argument 445 if (chan_idx > 15u) { in dpaa2_swp_set_push_dequeue() 447 "should be <= 15: chan_idx=%d\n", chan_idx); in dpaa2_swp_set_push_dequeue() 452 swp->sdq |= 1 << chan_idx; in dpaa2_swp_set_push_dequeue() 454 swp->sdq &= ~(1 << chan_idx); in dpaa2_swp_set_push_dequeue()
|
H A D | dpaa2_swp.h | 511 void dpaa2_swp_set_push_dequeue(struct dpaa2_swp *swp, uint8_t chan_idx,
|
H A D | dpaa2_cmd_if.m | 621 uint32_t dpcon_id, uint8_t *chan_idx) 626 device_get_parent(dev), child, cmd, dpcon_id, chan_idx)); 1362 uint8_t *chan_idx;
|
H A D | dpaa2_rc.c | 2132 struct dpaa2_cmd *cmd, uint32_t dpcon_id, uint8_t *chan_idx) in dpaa2_rc_io_add_static_dq_chan() argument 2138 uint8_t chan_idx; in dpaa2_rc_io_add_static_dq_chan() member 2143 if (portal == NULL || cmd == NULL || chan_idx == NULL) in dpaa2_rc_io_add_static_dq_chan() 2154 *chan_idx = resp->chan_idx; in dpaa2_rc_io_add_static_dq_chan()
|
/freebsd/contrib/wpa/src/ap/ |
H A D | dfs.c | 528 int chan_idx, chan_idx2; in dfs_get_valid_channel() local 554 chan_idx = _rand % num_available_chandefs; in dfs_get_valid_channel() 556 chan_idx, num_available_chandefs); in dfs_get_valid_channel() 557 dfs_find_channel(iface, &chan, chan_idx, type); in dfs_get_valid_channel() 586 chan_idx2 = (chan_idx + 1 + i) % num_available_chandefs; in dfs_get_valid_channel()
|
/freebsd/sys/contrib/dev/rtw89/ |
H A D | rtw8852c.c | 969 u8 chan_idx; in rtw8852c_ctrl_ch() 1078 chan_idx = rtw89_encode_chan_idx(rtwdev, chan->primary_channel, band); in rtw8852c_ctrl_bw() 1079 rtw89_phy_write32_idx(rtwdev, R_MAC_PIN_SEL, B_CH_IDX_SEG0, chan_idx, phy_idx); in rtw8852c_ctrl_bw() 2769 u8 chan_idx = phy_ppdu->chan_idx; 2773 if (chan_idx == 0) 2776 rtw89_decode_chan_idx(rtwdev, chan_idx, &ch, &band); 913 u8 chan_idx; rtw8852c_ctrl_ch() local 2677 u8 chan_idx = phy_ppdu->chan_idx; rtw8852c_fill_freq_with_ppdu() local
|
H A D | phy.h | 957 void rtw89_decode_chan_idx(struct rtw89_dev *rtwdev, u8 chan_idx,
|
H A D | phy.c | 6280 u8 chan_idx; 6286 chan_idx = FIELD_PREP(RTW89_CH_BASE_IDX_MASK, RTW89_CH_BASE_IDX_2G) | 6288 return chan_idx; 6311 chan_idx = FIELD_PREP(RTW89_CH_BASE_IDX_MASK, idx) | 6314 return chan_idx; 6318 void rtw89_decode_chan_idx(struct rtw89_dev *rtwdev, u8 chan_idx, 6323 idx = FIELD_GET(RTW89_CH_BASE_IDX_MASK, chan_idx); 6324 offset = FIELD_GET(RTW89_CH_OFFSET_MASK, chan_idx); 4672 u8 chan_idx; rtw89_encode_chan_idx() local 4710 rtw89_decode_chan_idx(struct rtw89_dev * rtwdev,u8 chan_idx,u8 * ch,enum nl80211_band * band) rtw89_decode_chan_idx() argument
|
H A D | rtw8851b.c | 1481 u8 band = chan->band_type, chan_idx; in rtw8851b_set_channel_bb() 1506 chan_idx = rtw89_encode_chan_idx(rtwdev, chan->primary_channel, band); in rtw8851b_tssi_cont_en() 1507 rtw89_phy_write32_mask(rtwdev, R_MAC_PIN_SEL, B_CH_IDX_SEG0, chan_idx); in rtw8851b_tssi_cont_en() 2273 u16 chan = phy_ppdu->chan_idx; in rtw8851b_mac_disable_bb_rf() 1458 u8 band = chan->band_type, chan_idx; rtw8851b_set_channel_bb() local
|
H A D | rtw8852b.c | 1437 u8 band = chan->band_type, chan_idx; rtw8852b_set_channel_bb() local
|
H A D | rtw8852a.c | 2036 u16 chan = phy_ppdu->chan_idx;
|
H A D | core.h | 802 u8 chan_idx; 772 u8 chan_idx; global() member
|
H A D | core.c | 1591 phy_ppdu->chan_idx = le32_get_bits(ie->w0, RTW89_PHY_STS_IE01_W0_CH_IDX); in rtw89_core_parse_phy_status_ie01()
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | wpa_supplicant.c | 2949 int chan_idx; in ibss_mesh_select_40mhz() local 2962 for (chan_idx = 0; chan_idx < mode->num_channels; chan_idx++) { in ibss_mesh_select_40mhz() 2963 pri_chan = &mode->channels[chan_idx]; in ibss_mesh_select_40mhz()
|