Home
last modified time | relevance | path

Searched refs:NX_HOST_REQUEST (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/qlogic/netxen/
Dnetxen_nic_hw.c703 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()
Dnetxen_nic.h980 #define NX_HOST_REQUEST 0x13 macro