Lines Matching refs:res_info
1875 struct csio_fcoe_res_info *res_info = &hw->fres_info; in csio_get_fcoe_resinfo() local
1904 res_info->e_d_tov = ntohs(rsp->e_d_tov); in csio_get_fcoe_resinfo()
1905 res_info->r_a_tov_seq = ntohs(rsp->r_a_tov_seq); in csio_get_fcoe_resinfo()
1906 res_info->r_a_tov_els = ntohs(rsp->r_a_tov_els); in csio_get_fcoe_resinfo()
1907 res_info->r_r_tov = ntohs(rsp->r_r_tov); in csio_get_fcoe_resinfo()
1908 res_info->max_xchgs = ntohl(rsp->max_xchgs); in csio_get_fcoe_resinfo()
1909 res_info->max_ssns = ntohl(rsp->max_ssns); in csio_get_fcoe_resinfo()
1910 res_info->used_xchgs = ntohl(rsp->used_xchgs); in csio_get_fcoe_resinfo()
1911 res_info->used_ssns = ntohl(rsp->used_ssns); in csio_get_fcoe_resinfo()
1912 res_info->max_fcfs = ntohl(rsp->max_fcfs); in csio_get_fcoe_resinfo()
1913 res_info->max_vnps = ntohl(rsp->max_vnps); in csio_get_fcoe_resinfo()
1914 res_info->used_fcfs = ntohl(rsp->used_fcfs); in csio_get_fcoe_resinfo()
1915 res_info->used_vnps = ntohl(rsp->used_vnps); in csio_get_fcoe_resinfo()
1917 csio_dbg(hw, "max ssns:%d max xchgs:%d\n", res_info->max_ssns, in csio_get_fcoe_resinfo()
1918 res_info->max_xchgs); in csio_get_fcoe_resinfo()