Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/qlcnic/
Dqlcnic_hw.c458 req.qhdr = cpu_to_le64(QLCNIC_HOST_REQUEST << 23); in qlcnic_nic_set_promisc()
548 req.qhdr = cpu_to_le64(QLCNIC_HOST_REQUEST << 23); in qlcnic_config_intr_coalesce()
573 req.qhdr = cpu_to_le64(QLCNIC_HOST_REQUEST << 23); in qlcnic_config_hw_lro()
599 req.qhdr = cpu_to_le64(QLCNIC_HOST_REQUEST << 23); in qlcnic_config_bridged_mode()
633 req.qhdr = cpu_to_le64(QLCNIC_HOST_REQUEST << 23); in qlcnic_config_rss()
671 req.qhdr = cpu_to_le64(QLCNIC_HOST_REQUEST << 23); in qlcnic_config_ipaddr()
696 req.qhdr = cpu_to_le64(QLCNIC_HOST_REQUEST << 23); in qlcnic_linkevent_request()
717 req.qhdr = cpu_to_le64(QLCNIC_HOST_REQUEST << 23); in qlcnic_send_lro_cleanup()
1209 req.qhdr = cpu_to_le64(QLCNIC_HOST_REQUEST << 23); in qlcnic_config_led()
Dqlcnic.h775 #define QLCNIC_HOST_REQUEST 0x13 macro