Home
last modified time | relevance | path

Searched refs:skyhawk_chip (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/emulex/benet/
Dbe.h620 #define skyhawk_chip(adapter) (adapter->pdev->device == OC_DEVICE_ID5 || \ macro
631 #define be_roce_supported(adapter) (skyhawk_chip(adapter) && \
Dbe_main.c1600 if (skyhawk_chip(adapter) && (max_tx_rate % percent_rate)) { in be_set_vf_tx_rate()
2952 if (skyhawk_chip(adapter)) in be_detect_error()
3278 if (skyhawk_chip(adapter)) in be_open()
3519 if (skyhawk_chip(adapter) && be_physfn(adapter) && in be_clear()
3832 if (skyhawk_chip(adapter) && be_max_vfs(adapter) && !old_vfs) { in be_alloc_sriov_res()
4712 return skyhawk_chip(adapter); in be_check_ufi_compatibility()
4714 return (skyhawk_chip(adapter) && in be_check_ufi_compatibility()
4756 if (skyhawk_chip(adapter)) in be_fw_download()
5213 if (skyhawk_chip(adapter)) { in be_roce_map_pci_bars()
5245 if (skyhawk_chip(adapter) || BEx_chip(adapter)) { in be_map_pci_bars()
[all …]
Dbe_cmds.c3625 if (skyhawk_chip(adapter)) in be_cmd_get_func_config()