Home
last modified time | relevance | path

Searched refs:q_len (Results 1 – 25 of 40) sorted by relevance

12

/OK3568_Linux_fs/kernel/drivers/net/wireless/rsi/
H A Drsi_91x_core.c32 u32 q_len = 0; in rsi_determine_min_weight_queue() local
36 q_len = skb_queue_len(&common->tx_queue[ii]); in rsi_determine_min_weight_queue()
37 if ((tx_qinfo[ii].pkt_contended) && q_len) { in rsi_determine_min_weight_queue()
57 u32 q_len = 0; in rsi_recalculate_weights() local
60 q_len = skb_queue_len(&common->tx_queue[ii]); in rsi_recalculate_weights()
62 if (q_len) { in rsi_recalculate_weights()
141 u32 q_len = 0; in rsi_core_determine_hal_queue() local
172 q_len = skb_queue_len(&common->tx_queue[ii]); in rsi_core_determine_hal_queue()
175 q_len) { in rsi_core_determine_hal_queue()
187 q_len = skb_queue_len(&common->tx_queue[q_num]); in rsi_core_determine_hal_queue()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/huawei/hinic/
H A Dhinic_hw_eqs.c28 (ALIGN((eq)->q_len * (eq)->elem_size, pg_size) / (pg_size))
230 for (i = 0; i < eq->q_len; i++) { in aeq_irq_handler()
270 if (eq->cons_idx == eq->q_len) { in aeq_irq_handler()
320 for (i = 0; i < eq->q_len; i++) { in ceq_irq_handler()
334 if (eq->cons_idx == eq->q_len) { in ceq_irq_handler()
501 ctrl1 = HINIC_AEQ_CTRL_1_SET(eq->q_len, LEN) | in get_ctrl1_val()
517 ctrl1 = HINIC_CEQ_CTRL_1_SET(eq->q_len, LEN) | in get_ctrl1_val()
597 for (i = 0; i < eq->q_len; i++) { in aeq_elements_init()
615 for (i = 0; i < eq->q_len; i++) { in ceq_elements_init()
723 enum hinic_eq_type type, int q_id, u32 q_len, u32 page_size, in init_eq() argument
[all …]
H A Dhinic_hw_eqs.h178 u32 q_len; member
247 int num_aeqs, u32 q_len, u32 page_size,
253 int num_ceqs, u32 q_len, u32 page_size,
/OK3568_Linux_fs/kernel/drivers/net/ethernet/cavium/thunder/
H A Dnicvf_queues.c54 int q_len, int desc_size, int align_bytes) in nicvf_alloc_q_desc_mem() argument
56 dmem->q_len = q_len; in nicvf_alloc_q_desc_mem()
57 dmem->size = (desc_size * q_len) + align_bytes; in nicvf_alloc_q_desc_mem()
345 head &= (rbdr->dmem.q_len - 1); in nicvf_free_rbdr()
415 tail &= (rbdr->dmem.q_len - 1); in nicvf_refill_rbdr()
476 struct cmp_queue *cq, int q_len) in nicvf_init_cmp_queue() argument
480 err = nicvf_alloc_q_desc_mem(nic, &cq->dmem, q_len, CMP_QUEUE_DESC_SIZE, in nicvf_init_cmp_queue()
504 struct snd_queue *sq, int q_len, int qidx) in nicvf_init_snd_queue() argument
508 err = nicvf_alloc_q_desc_mem(nic, &sq->dmem, q_len, SND_QUEUE_DESC_SIZE, in nicvf_init_snd_queue()
514 sq->skbuff = kcalloc(q_len, sizeof(u64), GFP_KERNEL); in nicvf_init_snd_queue()
[all …]
/OK3568_Linux_fs/kernel/fs/notify/
H A Dnotification.c102 group->q_len >= group->max_events) { in fsnotify_add_event()
122 group->q_len++; in fsnotify_add_event()
140 group->q_len--; in fsnotify_remove_queued_event()
/OK3568_Linux_fs/kernel/drivers/usb/gadget/function/
H A Df_printer.c91 unsigned q_len; member
1113 for (i = 0; i < dev->q_len; i++) { in printer_func_bind()
1120 for (i = 0; i < dev->q_len; i++) { in printer_func_bind()
1272 result = sprintf(page, "%d\n", opts->q_len); in f_printer_opts_q_len_show()
1295 opts->q_len = (unsigned)num; in f_printer_opts_q_len_store()
1302 CONFIGFS_ATTR(f_printer_opts_, q_len);
1371 opts->q_len = DEFAULT_Q_LEN; in gprinter_alloc_inst()
1480 dev->q_len = opts->q_len; in gprinter_alloc()
H A Du_printer.h23 unsigned q_len; member
/OK3568_Linux_fs/kernel/drivers/s390/crypto/
H A Dzcrypt_cca_key.h77 unsigned short q_len; member
219 key->pvt.q_len = key->pvt.dq_len = short_len; in zcrypt_type6_crt_key()
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dconfigfs-usb-gadget-printer9 q_len Number of requests per endpoint
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/mesh/
H A Drtw_mesh_pathtbl.c996 u32 q_len = 0; in rtw_mesh_path_tx_pending() local
1004 q_len = mpath->frame_queue_len; in rtw_mesh_path_tx_pending()
1009 if (q_len) { in rtw_mesh_path_tx_pending()
1013 minfo->mpath_tx_queue_len += q_len; in rtw_mesh_path_tx_pending()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/mesh/
H A Drtw_mesh_pathtbl.c996 u32 q_len = 0; in rtw_mesh_path_tx_pending() local
1004 q_len = mpath->frame_queue_len; in rtw_mesh_path_tx_pending()
1009 if (q_len) { in rtw_mesh_path_tx_pending()
1013 minfo->mpath_tx_queue_len += q_len; in rtw_mesh_path_tx_pending()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/core/mesh/
H A Drtw_mesh_pathtbl.c998 u32 q_len = 0; in rtw_mesh_path_tx_pending() local
1006 q_len = mpath->frame_queue_len; in rtw_mesh_path_tx_pending()
1011 if (q_len) { in rtw_mesh_path_tx_pending()
1015 minfo->mpath_tx_queue_len += q_len; in rtw_mesh_path_tx_pending()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/core/mesh/
H A Drtw_mesh_pathtbl.c997 u32 q_len = 0; in rtw_mesh_path_tx_pending() local
1005 q_len = mpath->frame_queue_len; in rtw_mesh_path_tx_pending()
1010 if (q_len) { in rtw_mesh_path_tx_pending()
1014 minfo->mpath_tx_queue_len += q_len; in rtw_mesh_path_tx_pending()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/core/mesh/
H A Drtw_mesh_pathtbl.c998 u32 q_len = 0; in rtw_mesh_path_tx_pending() local
1006 q_len = mpath->frame_queue_len; in rtw_mesh_path_tx_pending()
1011 if (q_len) { in rtw_mesh_path_tx_pending()
1015 minfo->mpath_tx_queue_len += q_len; in rtw_mesh_path_tx_pending()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/core/mesh/
H A Drtw_mesh_pathtbl.c997 u32 q_len = 0; in rtw_mesh_path_tx_pending() local
1005 q_len = mpath->frame_queue_len; in rtw_mesh_path_tx_pending()
1010 if (q_len) { in rtw_mesh_path_tx_pending()
1014 minfo->mpath_tx_queue_len += q_len; in rtw_mesh_path_tx_pending()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/core/mesh/
H A Drtw_mesh_pathtbl.c997 u32 q_len = 0; in rtw_mesh_path_tx_pending() local
1005 q_len = mpath->frame_queue_len; in rtw_mesh_path_tx_pending()
1010 if (q_len) { in rtw_mesh_path_tx_pending()
1014 minfo->mpath_tx_queue_len += q_len; in rtw_mesh_path_tx_pending()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/core/mesh/
H A Drtw_mesh_pathtbl.c997 u32 q_len = 0; in rtw_mesh_path_tx_pending() local
1005 q_len = mpath->frame_queue_len; in rtw_mesh_path_tx_pending()
1010 if (q_len) { in rtw_mesh_path_tx_pending()
1014 minfo->mpath_tx_queue_len += q_len; in rtw_mesh_path_tx_pending()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/core/mesh/
H A Drtw_mesh_pathtbl.c997 u32 q_len = 0; in rtw_mesh_path_tx_pending() local
1005 q_len = mpath->frame_queue_len; in rtw_mesh_path_tx_pending()
1010 if (q_len) { in rtw_mesh_path_tx_pending()
1014 minfo->mpath_tx_queue_len += q_len; in rtw_mesh_path_tx_pending()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/core/mesh/
H A Drtw_mesh_pathtbl.c998 u32 q_len = 0; in rtw_mesh_path_tx_pending() local
1006 q_len = mpath->frame_queue_len; in rtw_mesh_path_tx_pending()
1011 if (q_len) { in rtw_mesh_path_tx_pending()
1015 minfo->mpath_tx_queue_len += q_len; in rtw_mesh_path_tx_pending()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/core/mesh/
H A Drtw_mesh_pathtbl.c997 u32 q_len = 0; in rtw_mesh_path_tx_pending() local
1005 q_len = mpath->frame_queue_len; in rtw_mesh_path_tx_pending()
1010 if (q_len) { in rtw_mesh_path_tx_pending()
1014 minfo->mpath_tx_queue_len += q_len; in rtw_mesh_path_tx_pending()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/core/mesh/
H A Drtw_mesh_pathtbl.c998 u32 q_len = 0; in rtw_mesh_path_tx_pending() local
1006 q_len = mpath->frame_queue_len; in rtw_mesh_path_tx_pending()
1011 if (q_len) { in rtw_mesh_path_tx_pending()
1015 minfo->mpath_tx_queue_len += q_len; in rtw_mesh_path_tx_pending()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/core/mesh/
H A Drtw_mesh_pathtbl.c998 u32 q_len = 0; in rtw_mesh_path_tx_pending() local
1006 q_len = mpath->frame_queue_len; in rtw_mesh_path_tx_pending()
1011 if (q_len) { in rtw_mesh_path_tx_pending()
1015 minfo->mpath_tx_queue_len += q_len; in rtw_mesh_path_tx_pending()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/core/mesh/
H A Drtw_mesh_pathtbl.c997 u32 q_len = 0; in rtw_mesh_path_tx_pending() local
1005 q_len = mpath->frame_queue_len; in rtw_mesh_path_tx_pending()
1010 if (q_len) { in rtw_mesh_path_tx_pending()
1014 minfo->mpath_tx_queue_len += q_len; in rtw_mesh_path_tx_pending()
/OK3568_Linux_fs/external/security/librkcrypto/include/
H A Drkcrypto_common.h235 uint16_t q_len; member
/OK3568_Linux_fs/kernel/net/llc/
H A Dllc_conn.c300 int q_len = skb_queue_len(&llc->pdu_unack_q); in llc_conn_remove_acked_pdus() local
302 if (!q_len) in llc_conn_remove_acked_pdus()
311 for (i = 0; i < pdu_pos && i < q_len; i++) { in llc_conn_remove_acked_pdus()

12