Home
last modified time | relevance | path

Searched refs:qhdr (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/media/platform/qcom/venus/
H A Dhfi_venus.c105 struct hfi_queue_header *qhdr; member
167 struct hfi_queue_header *qhdr; in venus_write_queue() local
175 qhdr = queue->qhdr; in venus_write_queue()
176 if (!qhdr) in venus_write_queue()
185 rd_idx = qhdr->read_idx; in venus_write_queue()
186 wr_idx = qhdr->write_idx; in venus_write_queue()
187 qsize = qhdr->q_size; in venus_write_queue()
197 qhdr->tx_req = 1; in venus_write_queue()
203 qhdr->tx_req = 0; in venus_write_queue()
223 qhdr->write_idx = new_wr_idx; in venus_write_queue()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_hw.c445 req.qhdr = cpu_to_le64(QLCNIC_REQUEST << 23); in qlcnic_82xx_sre_macaddr_change()
607 req.qhdr = cpu_to_le64(QLCNIC_HOST_REQUEST << 23); in qlcnic_82xx_nic_set_promisc()
711 req.qhdr = cpu_to_le64(QLCNIC_HOST_REQUEST << 23); in qlcnic_set_fw_loopback()
779 req.qhdr = cpu_to_le64(QLCNIC_HOST_REQUEST << 23); in qlcnic_82xx_set_rx_coalesce()
832 req.qhdr = cpu_to_le64(QLCNIC_HOST_REQUEST << 23); in qlcnic_82xx_config_hw_lro()
866 req.qhdr = cpu_to_le64(QLCNIC_HOST_REQUEST << 23); in qlcnic_config_bridged_mode()
903 req.qhdr = cpu_to_le64(QLCNIC_HOST_REQUEST << 23); in qlcnic_82xx_config_rss()
948 req.qhdr = cpu_to_le64(QLCNIC_HOST_REQUEST << 23); in qlcnic_82xx_config_ipaddr()
970 req.qhdr = cpu_to_le64(QLCNIC_HOST_REQUEST << 23); in qlcnic_82xx_linkevent_request()
993 req.qhdr = cpu_to_le64(QLCNIC_HOST_REQUEST << 23); in qlcnic_send_lro_cleanup()
[all …]
H A Dqlcnic.h984 __le64 qhdr; member
H A Dqlcnic_io.c284 req->qhdr = cpu_to_le64(QLCNIC_REQUEST << 23); in qlcnic_82xx_change_filter()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic_hw.c609 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 Dnetxen_nic.h1126 __le64 qhdr; member
/OK3568_Linux_fs/kernel/drivers/net/ethernet/cortina/
H A Dgemini.c706 struct nontoe_qhdr __iomem *qhdr; in gmac_setup_rxq() local
708 qhdr = geth->base + TOE_DEFAULT_Q_HDR_BASE(netdev->dev_id); in gmac_setup_rxq()
709 port->rxq_rwptr = &qhdr->word1; in gmac_setup_rxq()
722 writel(port->rxq_dma_base | port->rxq_order, &qhdr->word0); in gmac_setup_rxq()
760 struct nontoe_qhdr __iomem *qhdr; in gmac_cleanup_rxq() local
767 qhdr = geth->base + in gmac_cleanup_rxq()
769 dma_reg = &qhdr->word0; in gmac_cleanup_rxq()
770 ptr_reg = &qhdr->word1; in gmac_cleanup_rxq()
/OK3568_Linux_fs/kernel/drivers/net/usb/GobiNet/
H A DGobiUSBNet.c479 struct qmap_hdr *qhdr; in add_qhdr() local
493 qhdr = (struct qmap_hdr *)skb_push(skb, sizeof(struct qmap_hdr)); in add_qhdr()
494 qhdr->cd_rsvd_pad = pad; in add_qhdr()
495 qhdr->mux_id = mux_id; in add_qhdr()
496 qhdr->pkt_len = cpu_to_be16(skb->len - sizeof(struct qmap_hdr)); in add_qhdr()