Searched refs:qhdr (Results 1 – 8 of 8) sorted by relevance
119 struct hfi_queue_header *qhdr; member181 struct hfi_queue_header *qhdr; in venus_write_queue() local189 qhdr = queue->qhdr; in venus_write_queue()190 if (!qhdr) in venus_write_queue()199 rd_idx = qhdr->read_idx; in venus_write_queue()200 wr_idx = qhdr->write_idx; in venus_write_queue()201 qsize = qhdr->q_size; in venus_write_queue()211 qhdr->tx_req = 1; in venus_write_queue()217 qhdr->tx_req = 0; in venus_write_queue()237 qhdr->write_idx = new_wr_idx; in venus_write_queue()[all …]
446 req.qhdr = cpu_to_le64(QLCNIC_REQUEST << 23); in qlcnic_82xx_sre_macaddr_change()608 req.qhdr = cpu_to_le64(QLCNIC_HOST_REQUEST << 23); in qlcnic_82xx_nic_set_promisc()712 req.qhdr = cpu_to_le64(QLCNIC_HOST_REQUEST << 23); in qlcnic_set_fw_loopback()780 req.qhdr = cpu_to_le64(QLCNIC_HOST_REQUEST << 23); in qlcnic_82xx_set_rx_coalesce()833 req.qhdr = cpu_to_le64(QLCNIC_HOST_REQUEST << 23); in qlcnic_82xx_config_hw_lro()867 req.qhdr = cpu_to_le64(QLCNIC_HOST_REQUEST << 23); in qlcnic_config_bridged_mode()904 req.qhdr = cpu_to_le64(QLCNIC_HOST_REQUEST << 23); in qlcnic_82xx_config_rss()949 req.qhdr = cpu_to_le64(QLCNIC_HOST_REQUEST << 23); in qlcnic_82xx_config_ipaddr()971 req.qhdr = cpu_to_le64(QLCNIC_HOST_REQUEST << 23); in qlcnic_82xx_linkevent_request()994 req.qhdr = cpu_to_le64(QLCNIC_HOST_REQUEST << 23); in qlcnic_send_lro_cleanup()[all …]
987 __le64 qhdr; member
285 req->qhdr = cpu_to_le64(QLCNIC_REQUEST << 23); in qlcnic_82xx_change_filter()
625 req.qhdr = cpu_to_le64(NX_NIC_REQUEST << 23); in nx_p3_sre_macaddr_change()719 req.qhdr = cpu_to_le64(NX_HOST_REQUEST << 23); in netxen_p3_nic_set_promisc()766 req.qhdr = cpu_to_le64(NX_HOST_REQUEST << 23); in netxen_config_intr_coalesce()795 req.qhdr = cpu_to_le64(NX_HOST_REQUEST << 23); in netxen_config_hw_lro()822 req.qhdr = cpu_to_le64(NX_HOST_REQUEST << 23); in netxen_config_bridged_mode()858 req.qhdr = cpu_to_le64(NX_HOST_REQUEST << 23); in netxen_config_rss()898 req.qhdr = cpu_to_le64(NX_HOST_REQUEST << 23); in netxen_config_ipaddr()922 req.qhdr = cpu_to_le64(NX_HOST_REQUEST << 23); in netxen_linkevent_request()947 req.qhdr = cpu_to_le64(NX_HOST_REQUEST << 23); in netxen_send_lro_cleanup()
1142 __le64 qhdr; member
708 struct nontoe_qhdr __iomem *qhdr; in gmac_setup_rxq() local710 qhdr = geth->base + TOE_DEFAULT_Q_HDR_BASE(netdev->dev_id); in gmac_setup_rxq()711 port->rxq_rwptr = &qhdr->word1; in gmac_setup_rxq()724 writel(port->rxq_dma_base | port->rxq_order, &qhdr->word0); in gmac_setup_rxq()762 struct nontoe_qhdr __iomem *qhdr; in gmac_cleanup_rxq() local769 qhdr = geth->base + in gmac_cleanup_rxq()771 dma_reg = &qhdr->word0; in gmac_cleanup_rxq()772 ptr_reg = &qhdr->word1; in gmac_cleanup_rxq()
2098 struct qeth_hdr *qhdr, struct sk_buff *skb) in qeth_tso_fill_header() argument2100 struct qeth_hdr_tso *hdr = (struct qeth_hdr_tso *)qhdr; in qeth_tso_fill_header()