Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_hw.c453 req.qhdr = cpu_to_le64(QLCNIC_REQUEST << 23); in qlcnic_82xx_sre_macaddr_change()
615 req.qhdr = cpu_to_le64(QLCNIC_HOST_REQUEST << 23); in qlcnic_82xx_nic_set_promisc()
719 req.qhdr = cpu_to_le64(QLCNIC_HOST_REQUEST << 23); in qlcnic_set_fw_loopback()
787 req.qhdr = cpu_to_le64(QLCNIC_HOST_REQUEST << 23); in qlcnic_82xx_set_rx_coalesce()
840 req.qhdr = cpu_to_le64(QLCNIC_HOST_REQUEST << 23); in qlcnic_82xx_config_hw_lro()
874 req.qhdr = cpu_to_le64(QLCNIC_HOST_REQUEST << 23); in qlcnic_config_bridged_mode()
911 req.qhdr = cpu_to_le64(QLCNIC_HOST_REQUEST << 23); in qlcnic_82xx_config_rss()
956 req.qhdr = cpu_to_le64(QLCNIC_HOST_REQUEST << 23); in qlcnic_82xx_config_ipaddr()
978 req.qhdr = cpu_to_le64(QLCNIC_HOST_REQUEST << 23); in qlcnic_82xx_linkevent_request()
1001 req.qhdr = cpu_to_le64(QLCNIC_HOST_REQUEST << 23); in qlcnic_send_lro_cleanup()
[all …]
Dqlcnic.h987 __le64 qhdr; member
Dqlcnic_io.c287 req->qhdr = cpu_to_le64(QLCNIC_REQUEST << 23); in qlcnic_82xx_change_filter()
/linux-4.4.14/drivers/net/ethernet/qlogic/netxen/
Dnetxen_nic_hw.c642 req.qhdr = cpu_to_le64(NX_NIC_REQUEST << 23); in nx_p3_sre_macaddr_change()
736 req.qhdr = cpu_to_le64(NX_HOST_REQUEST << 23); in netxen_p3_nic_set_promisc()
783 req.qhdr = cpu_to_le64(NX_HOST_REQUEST << 23); in netxen_config_intr_coalesce()
812 req.qhdr = cpu_to_le64(NX_HOST_REQUEST << 23); in netxen_config_hw_lro()
839 req.qhdr = cpu_to_le64(NX_HOST_REQUEST << 23); in netxen_config_bridged_mode()
875 req.qhdr = cpu_to_le64(NX_HOST_REQUEST << 23); in netxen_config_rss()
915 req.qhdr = cpu_to_le64(NX_HOST_REQUEST << 23); in netxen_config_ipaddr()
939 req.qhdr = cpu_to_le64(NX_HOST_REQUEST << 23); in netxen_linkevent_request()
964 req.qhdr = cpu_to_le64(NX_HOST_REQUEST << 23); in netxen_send_lro_cleanup()
Dnetxen_nic.h1142 __le64 qhdr; member
/linux-4.4.14/drivers/s390/net/
Dqeth_l3_main.c2782 struct qeth_hdr *qhdr, struct sk_buff *skb) in qeth_tso_fill_header() argument
2784 struct qeth_hdr_tso *hdr = (struct qeth_hdr_tso *)qhdr; in qeth_tso_fill_header()