Lines Matching defs:fchs
163 struct fchs_s *fchs, u16 len);
165 struct fchs_s *fchs, u16 len);
1194 bfa_fcs_fabric_uf_recv(struct bfa_fcs_fabric_s *fabric, struct fchs_s *fchs,
1197 u32 pid = fchs->d_id;
1200 struct fc_els_cmd_s *els_cmd = (struct fc_els_cmd_s *) (fchs + 1);
1221 if (fchs->d_id == bfa_hton3b(FC_FABRIC_PORT)) {
1223 bfa_fcs_fabric_process_uf(fabric, fchs, len);
1237 bfa_trc(fabric->fcs, *(u8 *) ((u8 *) fchs));
1238 bfa_fcs_lport_uf_recv(&fabric->bport, fchs, len);
1248 bfa_fcs_lport_uf_recv(&vport->lport, fchs, len);
1254 bfa_fcs_lport_uf_recv(&fabric->bport, fchs, len);
1256 bfa_trc(fabric->fcs, fchs->type);
1263 bfa_fcs_fabric_process_uf(struct bfa_fcs_fabric_s *fabric, struct fchs_s *fchs,
1266 struct fc_els_cmd_s *els_cmd = (struct fc_els_cmd_s *) (fchs + 1);
1272 bfa_fcs_fabric_process_flogi(fabric, fchs, len);
1288 struct fchs_s *fchs, u16 len)
1290 struct fc_logi_s *flogi = (struct fc_logi_s *) (fchs + 1);
1293 bfa_trc(fabric->fcs, fchs->s_id);
1310 bport->port_topo.pn2n.reply_oxid = fchs->ox_id;
1327 struct fchs_s fchs;
1336 reqlen = fc_flogi_acc_build(&fchs, bfa_fcxp_get_reqbuf(fcxp),
1345 reqlen, &fchs, bfa_fcs_fabric_flogiacc_comp, fabric,
1525 struct fchs_s *fchs = bfa_uf_get_frmbuf(uf);
1533 if (fchs->routing == FC_RTG_EXT_HDR &&
1534 fchs->cat_info == FC_CAT_VFT_HDR) {
1555 fchs = (struct fchs_s *) (vft + 1);
1564 bfa_trc(fcs, ((u32 *) fchs)[0]);
1565 bfa_trc(fcs, ((u32 *) fchs)[1]);
1566 bfa_trc(fcs, ((u32 *) fchs)[2]);
1567 bfa_trc(fcs, ((u32 *) fchs)[3]);
1568 bfa_trc(fcs, ((u32 *) fchs)[4]);
1569 bfa_trc(fcs, ((u32 *) fchs)[5]);
1572 bfa_fcs_fabric_uf_recv(fabric, fchs, len);