Lines Matching refs:rsp
1050 struct fw_caps_config_cmd *rsp = (struct fw_caps_config_cmd *)mbp->mb; in csio_hw_validate_caps() local
1053 caps = ntohs(rsp->fcoecaps); in csio_hw_validate_caps()
1483 struct fw_fcoe_res_info_cmd *rsp; in csio_get_fcoe_resinfo() local
1502 rsp = (struct fw_fcoe_res_info_cmd *)(mbp->mb); in csio_get_fcoe_resinfo()
1503 retval = FW_CMD_RETVAL_G(ntohl(rsp->retval_len16)); in csio_get_fcoe_resinfo()
1511 res_info->e_d_tov = ntohs(rsp->e_d_tov); in csio_get_fcoe_resinfo()
1512 res_info->r_a_tov_seq = ntohs(rsp->r_a_tov_seq); in csio_get_fcoe_resinfo()
1513 res_info->r_a_tov_els = ntohs(rsp->r_a_tov_els); in csio_get_fcoe_resinfo()
1514 res_info->r_r_tov = ntohs(rsp->r_r_tov); in csio_get_fcoe_resinfo()
1515 res_info->max_xchgs = ntohl(rsp->max_xchgs); in csio_get_fcoe_resinfo()
1516 res_info->max_ssns = ntohl(rsp->max_ssns); in csio_get_fcoe_resinfo()
1517 res_info->used_xchgs = ntohl(rsp->used_xchgs); in csio_get_fcoe_resinfo()
1518 res_info->used_ssns = ntohl(rsp->used_ssns); in csio_get_fcoe_resinfo()
1519 res_info->max_fcfs = ntohl(rsp->max_fcfs); in csio_get_fcoe_resinfo()
1520 res_info->max_vnps = ntohl(rsp->max_vnps); in csio_get_fcoe_resinfo()
1521 res_info->used_fcfs = ntohl(rsp->used_fcfs); in csio_get_fcoe_resinfo()
1522 res_info->used_vnps = ntohl(rsp->used_vnps); in csio_get_fcoe_resinfo()