Lines Matching refs:portparams
1029 struct fw_fcoe_port_cmd_params *portparams,
1042 cmdp->u.ctl.nstats_port = FW_FCOE_STATS_CMD_NSTATS(portparams->nstats) |
1043 FW_FCOE_STATS_CMD_PORT(portparams->portid);
1045 cmdp->u.ctl.port_valid_ix = FW_FCOE_STATS_CMD_IX(portparams->idx) |
1054 struct fw_fcoe_port_cmd_params *portparams,
1067 dst = (uint8_t *)(&stats) + ((portparams->idx - 1) * 8);
1069 memcpy(dst, src, (portparams->nstats * 8));
1070 if (portparams->idx == 1) {
1079 if (portparams->idx == 7) {
1092 if (portparams->idx == 13) {