Home
last modified time | relevance | path

Searched refs:rbm (Results 1 – 6 of 6) 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 Ddbring.c278 u8 pdev_idx, rbm, module_id; in ath11k_dbring_buffer_release_event() local
339 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.c916 enum drbd_read_balancing rbm) in remote_due_to_read_balancing() argument
920 switch (rbm) { in remote_due_to_read_balancing()
932 stripe_shift = (rbm - RB_32K_STRIPING + 15); in remote_due_to_read_balancing()
1044 enum drbd_read_balancing rbm; in do_remote_read() local
1065 rbm = rcu_dereference(device->ldev->disk_conf)->read_balancing; in do_remote_read()
1068 if (rbm == RB_PREFER_LOCAL && req->private_bio) in do_remote_read()
1071 if (remote_due_to_read_balancing(device, req->i.sector, rbm)) { in do_remote_read()
/linux/drivers/net/wireless/ath/ath12k/
H A Ddbring.c242 u8 pdev_idx, rbm; in ath12k_dbring_buffer_release_event() local
301 ath12k_hal_rx_buf_addr_info_get(&desc, &paddr, &cookie, &rbm); in ath12k_dbring_buffer_release_event()
H A Dhal.c1961 enum hal_rx_buf_return_buf_manager rbm) in ath12k_hal_set_link_desc_addr() argument
1968 le32_encode_bits(rbm, BUFFER_ADDR_INFO1_RET_BUF_MGR) | in ath12k_hal_set_link_desc_addr()
/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()