| /OK3568_Linux_fs/kernel/drivers/staging/ks7010/ |
| H A D | ks_wlan.h | 173 unsigned int qhead; member 181 unsigned int qhead; member 400 unsigned int qhead; member 428 unsigned int qhead; member 520 priv->tx_dev.qhead = (priv->tx_dev.qhead + 1) % TX_DEVICE_BUFF_SIZE; in inc_txqhead() 530 return (CIRC_SPACE(priv->tx_dev.qhead, priv->tx_dev.qtail, in txq_has_space() 536 priv->rx_dev.qhead = (priv->rx_dev.qhead + 1) % RX_DEVICE_BUFF_SIZE; in inc_rxqhead() 546 return (CIRC_SPACE(priv->rx_dev.qhead, priv->rx_dev.qtail, in rxq_has_space() 552 return CIRC_CNT_TO_END(priv->tx_dev.qhead, priv->tx_dev.qtail, in txq_count() 558 return CIRC_CNT_TO_END(priv->rx_dev.qhead, priv->rx_dev.qtail, in rxq_count()
|
| H A D | ks7010_sdio.c | 359 sp = &priv->tx_dev.tx_dev_buff[priv->tx_dev.qhead]; in tx_device_task() 414 rp = &priv->rx_dev.rx_dev_buff[priv->rx_dev.qhead]; in rx_event_task() 612 priv->tx_dev.qhead = 0; in trx_device_init() 615 priv->rx_dev.qhead = 0; in trx_device_init() 632 sp = &priv->tx_dev.tx_dev_buff[priv->tx_dev.qhead]; in trx_device_exit()
|
| H A D | ks_hostif.c | 23 priv->sme_i.qhead = (priv->sme_i.qhead + 1) % SME_EVENT_BUFF_SIZE; in inc_smeqhead() 33 return CIRC_CNT_TO_END(priv->sme_i.qhead, priv->sme_i.qtail, in cnt_smeqbody() 2218 hostif_sme_execute(priv, priv->sme_i.event_buff[priv->sme_i.qhead]); in hostif_sme_task() 2257 priv->sme_i.qhead = 0; in hostif_sme_init()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/hci/ |
| H A D | ssv_hci.c | 135 skb_queue_head(&hw_txq->qhead, skb); in ssv6xxx_hci_enqueue() 137 skb_queue_tail(&hw_txq->qhead, skb); in ssv6xxx_hci_enqueue() 138 qlen = (int)skb_queue_len(&hw_txq->qhead); in ssv6xxx_hci_enqueue() 140 if (skb_queue_len(&hw_txq->qhead) >= hw_txq->max_qsize) { in ssv6xxx_hci_enqueue() 208 if (skb_queue_len(&hw_txq->qhead) <= 0) in ssv6xxx_hci_is_txq_empty() 221 while((skb = skb_dequeue(&hw_txq->qhead))) { in ssv6xxx_hci_txq_flush() 279 skb = skb_dequeue(&hw_txq->qhead); in ssv6xxx_hci_xmit() 294 skb_queue_head(&hw_txq->qhead, skb); in ssv6xxx_hci_xmit() 310 skb_queue_head(&hw_txq->qhead, skb); in ssv6xxx_hci_xmit() 323 if (skb_queue_len(&hw_txq->qhead) < hw_txq->resum_thres) { in ssv6xxx_hci_xmit() [all …]
|
| H A D | ssv_hci.h | 26 struct sk_buff_head qhead; member
|
| /OK3568_Linux_fs/kernel/drivers/crypto/marvell/octeontx/ |
| H A D | otx_cptvf_reqmgr.c | 280 ent = &queue->qhead->head[queue->idx * OTX_CPT_INST_SIZE]; in cpt_send_cmd() 283 if (++queue->idx >= queue->qhead->size / 64) { in cpt_send_cmd() 284 curr = queue->qhead; in cpt_send_cmd() 287 queue->qhead = queue->base; in cpt_send_cmd() 289 queue->qhead = list_next_entry(queue->qhead, nextchunk); in cpt_send_cmd()
|
| H A D | otx_cptvf.h | 38 struct otx_cpt_cmd_chunk *qhead;/* member
|
| H A D | otx_cptvf_main.c | 255 queue->qhead = curr; in alloc_command_queues() 636 base_addr = (u64)(cptvf->cqinfo.queue[0].qhead->dma_addr); in cptvf_device_init()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/smac/ |
| H A D | ap.c | 363 skb = __skb_dequeue(&bcast_txq->qhead); in ssv6200_bcast_dequeue() 376 old_skb = __skb_dequeue(&bcast_txq->qhead); in ssv6200_bcast_enqueue() 381 __skb_queue_tail(&bcast_txq->qhead, skb); in ssv6200_bcast_enqueue() 395 skb = __skb_dequeue(&bcast_txq->qhead); in ssv6200_bcast_flush()
|
| H A D | dev.h | 322 struct sk_buff_head qhead; member
|
| H A D | init.c | 567 skb_queue_head_init(&sc->bcast_txq.qhead); in ssv6xxx_init_softc()
|
| /OK3568_Linux_fs/kernel/drivers/crypto/cavium/cpt/ |
| H A D | cptvf_reqmanager.c | 243 ent = &queue->qhead->head[queue->idx * qinfo->cmd_size]; in send_cpt_command() 246 if (++queue->idx >= queue->qhead->size / 64) { in send_cpt_command() 252 if (chunk == queue->qhead) { in send_cpt_command() 255 queue->qhead = chunk; in send_cpt_command()
|
| H A D | cptvf.h | 55 struct command_chunk *qhead; /* Command queue head, instructions member
|
| H A D | cptvf_main.c | 269 queue->qhead = curr; in alloc_command_queues() 653 base_addr = (u64)(cptvf->cqinfo.queue[0].qhead->dma_addr); in cptvf_device_init()
|
| /OK3568_Linux_fs/kernel/drivers/net/caif/ |
| H A D | caif_hsi.c | 107 if (cfhsi->qhead[i].qlen) in cfhsi_can_send_aggregate() 112 if (cfhsi->qhead[CFHSI_PRIO_BEBK].qlen >= CFHSI_MAX_PKTS) in cfhsi_can_send_aggregate() 124 skb = skb_dequeue(&cfhsi->qhead[i]); in cfhsi_dequeue() 136 len += skb_queue_len(&cfhsi->qhead[i]); in cfhsi_tx_queue_len() 1030 skb_queue_tail(&cfhsi->qhead[prio], skb); in cfhsi_xmit() 1107 skb_queue_head_init(&cfhsi->qhead[i]); in cfhsi_setup()
|
| /OK3568_Linux_fs/kernel/sound/core/ |
| H A D | timer.c | 74 int qhead; member 1481 tu->qhead = tu->qtail = tu->qused = 0; in realloc_user_queue() 1900 tu->qhead = tu->qtail = tu->qused = 0; in snd_timer_user_params() 2149 int qhead; in snd_timer_user_read() local 2201 qhead = tu->qhead++; in snd_timer_user_read() 2202 tu->qhead %= tu->queue_size; in snd_timer_user_read() 2206 tread = &tu->tqueue[qhead]; in snd_timer_user_read() 2227 if (copy_to_user(buffer, &tu->queue[qhead], in snd_timer_user_read()
|
| /OK3568_Linux_fs/kernel/include/net/caif/ |
| H A D | caif_hsi.h | 148 struct sk_buff_head qhead[CFHSI_PRIO_LAST]; member
|
| /OK3568_Linux_fs/kernel/fs/cifs/ |
| H A D | transport.c | 185 list_del_init(&mid->qhead); in cifs_delete_mid() 720 list_add_tail(&(*ppmidQ)->qhead, &ses->server->pending_mid_q); in allocate_mid() 821 list_add_tail(&mid->qhead, &server->pending_mid_q); in cifs_call_async() 899 list_del_init(&mid->qhead); in cifs_sync_mid_result()
|
| H A D | connect.c | 492 mid_entry = list_entry(tmp, struct mid_q_entry, qhead); in cifs_reconnect() 496 list_move(&mid_entry->qhead, &retry_list); in cifs_reconnect() 504 mid_entry = list_entry(tmp, struct mid_q_entry, qhead); in cifs_reconnect() 505 list_del_init(&mid_entry->qhead); in cifs_reconnect() 842 list_del_init(&mid->qhead); in dequeue_mid() 929 mid_entry = list_entry(tmp, struct mid_q_entry, qhead); in clean_demultiplex_info() 933 list_move(&mid_entry->qhead, &dispose_list); in clean_demultiplex_info() 940 mid_entry = list_entry(tmp, struct mid_q_entry, qhead); in clean_demultiplex_info() 942 list_del_init(&mid_entry->qhead); in clean_demultiplex_info()
|
| H A D | cifs_debug.c | 60 mid_entry = list_entry(tmp, struct mid_q_entry, qhead); in cifs_dump_mids() 435 qhead); in cifs_debug_data_proc_show()
|
| H A D | smb1ops.c | 94 list_for_each_entry(mid, &server->pending_mid_q, qhead) { in cifs_find_mid() 196 list_for_each_entry(mid_entry, &server->pending_mid_q, qhead) { in cifs_get_next_mid()
|
| H A D | smb2transport.c | 776 list_add_tail(&(*mid)->qhead, &server->pending_mid_q); in smb2_get_mid_entry()
|
| H A D | cifsglob.h | 1589 struct list_head qhead; /* mids waiting on reply from this server */ member
|
| H A D | smb2ops.c | 279 list_for_each_entry(mid, &server->pending_mid_q, qhead) { in __smb2_find_mid() 285 list_del_init(&mid->qhead); in __smb2_find_mid() 4763 list_add_tail(&mid->qhead, in smb2_decrypt_offload()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/ssvdevice/ |
| H A D | ssv_cmd.c | 690 sprintf(temp_str, "cur_qsize=%d\n", skb_queue_len(&txq->qhead)); in ssv_cmd_hci()
|