Home | History | Annotate | Download | only in ic

Lines Matching refs:rs1

3349 	sns_gid_ft_rsp_t *rs0, *rs1;
3422 rs1 = (sns_gid_ft_rsp_t *) ((uint8_t *)fcp->isp_scratch+OGPOFF);
3423 isp_get_gid_ft_response(isp, rs0, rs1, NGENT);
3429 if (rs1->snscb_cthdr.ct_cmd_resp != LS_ACC) {
3431 if (rs1->snscb_cthdr.ct_reason == 9 &&
3432 rs1->snscb_cthdr.ct_explanation == 7) {
3439 rs1->snscb_cthdr.ct_reason,
3440 rs1->snscb_cthdr.ct_explanation);
3464 if (rs1->snscb_ports[portidx].control & 0x80) {
3472 if ((rs1->snscb_ports[portidx].control & 0x80) == 0) {
3484 ((rs1->snscb_ports[portidx].portid[0]) << 16) |
3485 ((rs1->snscb_ports[portidx].portid[1]) << 8) |
3486 ((rs1->snscb_ports[portidx].portid[2]));
3490 ((rs1->snscb_ports[npidx].portid[0]) << 16) |
3491 ((rs1->snscb_ports[npidx].portid[1]) << 8) |
3492 ((rs1->snscb_ports[npidx].portid[2]));
3499 rs1->snscb_ports[npidx].portid[0] = 0;
3500 rs1->snscb_ports[npidx].portid[1] = 0;
3501 rs1->snscb_ports[npidx].portid[2] = 0;
3529 ((rs1->snscb_ports[portidx].portid[0]) << 16) |
3530 ((rs1->snscb_ports[portidx].portid[1]) << 8) |
3531 ((rs1->snscb_ports[portidx].portid[2]));