Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l5/
H A Dlm_l5.c903 if CHK_NULL(pdev->fcoe_info.bind.ramrod_mem_virt) in lm_fc_get_ramrod_phys_mem()
905 pdev->fcoe_info.bind.ramrod_mem_virt = in lm_fc_get_ramrod_phys_mem()
912 if CHK_NULL(pdev->fcoe_info.bind.ramrod_mem_virt) in lm_fc_get_ramrod_phys_mem()
961 if(CHK_NULL(pdev->fcoe_info.bind.ramrod_mem_virt)) in lm_fc_init()
965 ramrod_params = (lm_fcoe_slow_path_phys_data_t*)pdev->fcoe_info.bind.ramrod_mem_virt; in lm_fc_init()
2469 ramrod_params = (lm_fcoe_slow_path_phys_data_t*)pdev->fcoe_info.bind.ramrod_mem_virt; in lm_fc_post_offload_ramrod()
2499 ramrod_params = (lm_fcoe_slow_path_phys_data_t*)pdev->fcoe_info.bind.ramrod_mem_virt; in lm_fc_post_enable_ramrod()
2526 ramrod_params = (lm_fcoe_slow_path_phys_data_t*)pdev->fcoe_info.bind.ramrod_mem_virt; in lm_fc_post_disable_ramrod()
2568 if(CHK_NULL(pdev->fcoe_info.bind.ramrod_mem_virt)) in lm_fc_post_stat_ramrod()
2572 ramrod_params = (lm_fcoe_slow_path_phys_data_t*)pdev->fcoe_info.bind.ramrod_mem_virt; in lm_fc_post_stat_ramrod()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l5/include/
H A Dlm_l5st.h265 void *ramrod_mem_virt; member