Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_hw.c445 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 Dqlcnic.h984 __le64 qhdr; member
H A Dqlcnic_io.c285 req->qhdr = cpu_to_le64(QLCNIC_REQUEST << 23); in qlcnic_82xx_change_filter()
/linux/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