Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_hw.c608 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()
1549 req.qhdr = cpu_to_le64(QLCNIC_HOST_REQUEST << 23); in qlcnic_82xx_config_led()
Dqlcnic.h869 #define QLCNIC_HOST_REQUEST 0x13 macro