Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath11k/
H A Dhal_rx.h465 u8 rbm[HAL_RX_NUM_MSDU_DESC]; member
490 enum hal_rx_buf_return_buf_manager *rbm);
497 u32 *cookie, u8 *rbm);
506 void **pp_buf_addr_info, u8 *rbm,
H A Ddp_rx.c2991 u8 rbm; in ath11k_dp_rx_mon_buf_done() local
2997 ath11k_hal_rx_buf_addr_info_get(status_desc, &paddr, &cookie, &rbm); in ath11k_dp_rx_mon_buf_done()
3037 u8 rbm; in ath11k_dp_rx_reap_mon_status_ring() local
3061 &cookie, &rbm); in ath11k_dp_rx_reap_mon_status_ring()
3772 enum hal_rx_buf_return_buf_manager rbm; in ath11k_dp_process_rx_err() local
3816 &rbm); in ath11k_dp_process_rx_err()
3817 if (rbm != HAL_RX_BUF_RBM_WBM_IDLE_DESC_LIST && in ath11k_dp_process_rx_err()
3818 rbm != HAL_RX_BUF_RBM_SW1_BM && in ath11k_dp_process_rx_err()
3819 rbm != HAL_RX_BUF_RBM_SW3_BM) { in ath11k_dp_process_rx_err()
3821 ath11k_warn(ab, "invalid return buffer manager %d\n", rbm); in ath11k_dp_process_rx_err()
[all …]
H A Ddbring.c292 u8 pdev_idx, rbm, module_id; in ath11k_dbring_buffer_release_event() local
361 ath11k_hal_rx_buf_addr_info_get(&desc, &paddr, &cookie, &rbm); in ath11k_dbring_buffer_release_event()
/linux/drivers/block/drbd/
H A Ddrbd_req.c917 enum drbd_read_balancing rbm) in remote_due_to_read_balancing() argument
921 switch (rbm) { in remote_due_to_read_balancing()
933 stripe_shift = (rbm - RB_32K_STRIPING + 15); in remote_due_to_read_balancing()
1045 enum drbd_read_balancing rbm; in do_remote_read() local
1066 rbm = rcu_dereference(device->ldev->disk_conf)->read_balancing; in do_remote_read()
1069 if (rbm == RB_PREFER_LOCAL && req->private_bio) in do_remote_read()
1072 if (remote_due_to_read_balancing(device, req->i.sector, rbm)) { in do_remote_read()
/linux/drivers/net/wireless/ath/wil6210/
H A Ddebugfs.c1221 struct wil_rx_buff_mgmt *rbm = &wil->rx_buff_mgmt; in rx_buff_mgmt_show() local
1225 if (!rbm->buff_arr) in rx_buff_mgmt_show()
1228 seq_printf(s, " size = %zu\n", rbm->size); in rx_buff_mgmt_show()
1230 rbm->free_list_empty_cnt); in rx_buff_mgmt_show()
1234 num_active = wil_print_rx_buff(s, &rbm->active); in rx_buff_mgmt_show()
1236 num_free = wil_print_rx_buff(s, &rbm->free); in rx_buff_mgmt_show()