Searched refs:qhdr (Results 1 – 10 of 10) sorted by relevance
203 iface_q->qhdr->status = 0x1; in iris_hfi_queue_set_header()209 iface_q->qhdr->rx_wm = 0x1; in iris_hfi_queue_set_header()210 iface_q->qhdr->tx_wm = 0x1; in iris_hfi_queue_set_header()211 iface_q->qhdr->rx_req = 0x1; in iris_hfi_queue_set_header()212 iface_q->qhdr->tx_req = 0x0; in iris_hfi_queue_set_header()213 iface_q->qhdr->rx_irq_status = 0x0; in iris_hfi_queue_set_header()214 iface_q->qhdr->tx_irq_status = 0x0; in iris_hfi_queue_set_header()215 iface_q->qhdr->read_idx = 0x0; in iris_hfi_queue_set_header()216 iface_q->qhdr->write_idx = 0x0; in iris_hfi_queue_set_header()223 iface_q->qhdr->rx_req = 0; in iris_hfi_queue_set_header()[all …]
169 struct iris_hfi_queue_header *qhdr; member
174 qhdr = queue->qhdr; in venus_write_queue()175 if (!qhdr) in venus_write_queue()199 qhdr->tx_req = 1; in venus_write_queue()205 qhdr->tx_req = 0; in venus_write_queue()252 qhdr = queue->qhdr; in venus_read_queue()253 if (!qhdr) in venus_read_queue()806 queue->qhdr = in venus_interface_queues_init()930 qhdr = hdev->queues[index].qhdr; in venus_get_queue_size()931 if (!qhdr) in venus_get_queue_size()934 return abs(qhdr->read_idx - qhdr->write_idx); in venus_get_queue_size()[all …]
445 req.qhdr = cpu_to_le64(QLCNIC_REQUEST << 23); in qlcnic_82xx_sre_macaddr_change()603 req.qhdr = cpu_to_le64(QLCNIC_HOST_REQUEST << 23); in qlcnic_82xx_nic_set_promisc()707 req.qhdr = cpu_to_le64(QLCNIC_HOST_REQUEST << 23); in qlcnic_set_fw_loopback()775 req.qhdr = cpu_to_le64(QLCNIC_HOST_REQUEST << 23); in qlcnic_82xx_set_rx_coalesce()828 req.qhdr = cpu_to_le64(QLCNIC_HOST_REQUEST << 23); in qlcnic_82xx_config_hw_lro()862 req.qhdr = cpu_to_le64(QLCNIC_HOST_REQUEST << 23); in qlcnic_config_bridged_mode()899 req.qhdr = cpu_to_le64(QLCNIC_HOST_REQUEST << 23); in qlcnic_82xx_config_rss()944 req.qhdr = cpu_to_le64(QLCNIC_HOST_REQUEST << 23); in qlcnic_82xx_config_ipaddr()966 req.qhdr = cpu_to_le64(QLCNIC_HOST_REQUEST << 23); in qlcnic_82xx_linkevent_request()989 req.qhdr = cpu_to_le64(QLCNIC_HOST_REQUEST << 23); in qlcnic_send_lro_cleanup()[all …]
984 __le64 qhdr; member
285 req->qhdr = cpu_to_le64(QLCNIC_REQUEST << 23); in qlcnic_82xx_change_filter()
2391 struct ieee80211_qos_hdr *qhdr; in ath12k_dp_mon_tx_gen_3addr_qos_null_frame() local2397 qhdr = (struct ieee80211_qos_hdr *)skb->data; in ath12k_dp_mon_tx_gen_3addr_qos_null_frame()2398 memset(qhdr, 0, MAX_DUMMY_FRM_BODY); in ath12k_dp_mon_tx_gen_3addr_qos_null_frame()2399 qhdr->frame_control = in ath12k_dp_mon_tx_gen_3addr_qos_null_frame()2402 memcpy(qhdr->addr1, tx_ppdu_info->rx_status.addr1, ETH_ALEN); in ath12k_dp_mon_tx_gen_3addr_qos_null_frame()2406 skb_put(skb, sizeof(*qhdr)); in ath12k_dp_mon_tx_gen_3addr_qos_null_frame()2419 struct dp_mon_qosframe_addr4 *qhdr; in ath12k_dp_mon_tx_gen_4addr_qos_null_frame() local2425 qhdr = (struct dp_mon_qosframe_addr4 *)skb->data; in ath12k_dp_mon_tx_gen_4addr_qos_null_frame()2426 memset(qhdr, 0, MAX_DUMMY_FRM_BODY); in ath12k_dp_mon_tx_gen_4addr_qos_null_frame()2427 qhdr->frame_control = in ath12k_dp_mon_tx_gen_4addr_qos_null_frame()[all …]
609 req.qhdr = cpu_to_le64(NX_NIC_REQUEST << 23); in nx_p3_sre_macaddr_change()703 req.qhdr = cpu_to_le64(NX_HOST_REQUEST << 23); in netxen_p3_nic_set_promisc()750 req.qhdr = cpu_to_le64(NX_HOST_REQUEST << 23); in netxen_config_intr_coalesce()779 req.qhdr = cpu_to_le64(NX_HOST_REQUEST << 23); in netxen_config_hw_lro()806 req.qhdr = cpu_to_le64(NX_HOST_REQUEST << 23); in netxen_config_bridged_mode()842 req.qhdr = cpu_to_le64(NX_HOST_REQUEST << 23); in netxen_config_rss()882 req.qhdr = cpu_to_le64(NX_HOST_REQUEST << 23); in netxen_config_ipaddr()906 req.qhdr = cpu_to_le64(NX_HOST_REQUEST << 23); in netxen_linkevent_request()931 req.qhdr = cpu_to_le64(NX_HOST_REQUEST << 23); in netxen_send_lro_cleanup()
1126 __le64 qhdr; member
701 struct nontoe_qhdr __iomem *qhdr; in gmac_setup_rxq() local703 qhdr = geth->base + TOE_DEFAULT_Q_HDR_BASE(netdev->dev_id); in gmac_setup_rxq()704 port->rxq_rwptr = &qhdr->word1; in gmac_setup_rxq()717 writel(port->rxq_dma_base | port->rxq_order, &qhdr->word0); in gmac_setup_rxq()755 struct nontoe_qhdr __iomem *qhdr; in gmac_cleanup_rxq() local762 qhdr = geth->base + in gmac_cleanup_rxq()764 dma_reg = &qhdr->word0; in gmac_cleanup_rxq()765 ptr_reg = &qhdr->word1; in gmac_cleanup_rxq()