Searched refs:qhdr (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/media/platform/qcom/venus/ |
| H A D | hfi_venus.c | 105 struct hfi_queue_header *qhdr; member 166 struct hfi_queue_header *qhdr; in venus_write_queue() local 174 qhdr = queue->qhdr; in venus_write_queue() 175 if (!qhdr) in venus_write_queue() 184 rd_idx = qhdr->read_idx; in venus_write_queue() 185 wr_idx = qhdr->write_idx; in venus_write_queue() 186 qsize = qhdr->q_size; in venus_write_queue() 199 qhdr->tx_req = 1; in venus_write_queue() 205 qhdr->tx_req = 0; in venus_write_queue() 230 qhdr->write_idx = new_wr_idx; in venus_write_queue() [all …]
|
| /linux/drivers/net/ethernet/qlogic/qlcnic/ |
| H A D | qlcnic_hw.c | 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 …]
|
| H A D | qlcnic_io.c | 285 req->qhdr = cpu_to_le64(QLCNIC_REQUEST << 23); in qlcnic_82xx_change_filter()
|
| /linux/drivers/net/wireless/ath/ath12k/wifi7/ |
| H A D | dp_mon.c | 2027 struct ieee80211_qos_hdr *qhdr; in ath12k_wifi7_dp_mon_tx_gen_3addr_qos_null_frame() local 2033 qhdr = (struct ieee80211_qos_hdr *)skb->data; in ath12k_wifi7_dp_mon_tx_gen_3addr_qos_null_frame() 2034 memset(qhdr, 0, MAX_DUMMY_FRM_BODY); in ath12k_wifi7_dp_mon_tx_gen_3addr_qos_null_frame() 2035 qhdr->frame_control = in ath12k_wifi7_dp_mon_tx_gen_3addr_qos_null_frame() 2037 qhdr->duration_id = cpu_to_le16(tx_ppdu_info->rx_status.rx_duration); in ath12k_wifi7_dp_mon_tx_gen_3addr_qos_null_frame() 2038 memcpy(qhdr->addr1, tx_ppdu_info->rx_status.addr1, ETH_ALEN); in ath12k_wifi7_dp_mon_tx_gen_3addr_qos_null_frame() 2039 memcpy(qhdr->addr2, tx_ppdu_info->rx_status.addr2, ETH_ALEN); in ath12k_wifi7_dp_mon_tx_gen_3addr_qos_null_frame() 2040 memcpy(qhdr->addr3, tx_ppdu_info->rx_status.addr3, ETH_ALEN); in ath12k_wifi7_dp_mon_tx_gen_3addr_qos_null_frame() 2042 skb_put(skb, sizeof(*qhdr)); in ath12k_wifi7_dp_mon_tx_gen_3addr_qos_null_frame() 2055 struct dp_mon_qosframe_addr4 *qhdr; in ath12k_wifi7_dp_mon_tx_gen_4addr_qos_null_frame() local [all …]
|
| /linux/drivers/net/ethernet/qlogic/netxen/ |
| H A D | netxen_nic_hw.c | 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()
|
| H A D | netxen_nic.h | 1126 __le64 qhdr; member
|
| /linux/drivers/net/ethernet/cortina/ |
| H A D | gemini.c | 704 struct nontoe_qhdr __iomem *qhdr; in gmac_setup_rxq() local 706 qhdr = geth->base + TOE_DEFAULT_Q_HDR_BASE(netdev->dev_id); in gmac_setup_rxq() 707 port->rxq_rwptr = &qhdr->word1; in gmac_setup_rxq() 720 writel(port->rxq_dma_base | port->rxq_order, &qhdr->word0); in gmac_setup_rxq() 758 struct nontoe_qhdr __iomem *qhdr; in gmac_cleanup_rxq() local 765 qhdr = geth->base + in gmac_cleanup_rxq() 767 dma_reg = &qhdr->word0; in gmac_cleanup_rxq() 768 ptr_reg = &qhdr->word1; in gmac_cleanup_rxq()
|