• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/scsi/bfa/

Lines Matching defs:rx_fchs

46 			struct fchs_s *rx_fchs, u8 reason_code,
49 struct fchs_s *rx_fchs,
58 struct fchs_s *rx_fchs,
61 struct fchs_s *rx_fchs,
283 bfa_fcs_port_send_ls_rjt(struct bfa_fcs_port_s *port, struct fchs_s *rx_fchs,
291 bfa_trc(port->fcs, rx_fchs->s_id);
297 len = fc_ls_rjt_build(&fchs, bfa_fcxp_get_reqbuf(fcxp), rx_fchs->s_id,
298 bfa_fcs_port_get_fcid(port), rx_fchs->ox_id,
310 bfa_fcs_port_plogi(struct bfa_fcs_port_s *port, struct fchs_s *rx_fchs,
315 bfa_trc(port->fcs, rx_fchs->d_id);
316 bfa_trc(port->fcs, rx_fchs->s_id);
322 bfa_trc(port->fcs, rx_fchs->s_id);
326 if (fc_plogi_parse(rx_fchs) != FC_PARSE_OK) {
327 bfa_trc(port->fcs, rx_fchs->s_id);
331 bfa_fcs_port_send_ls_rjt(port, rx_fchs,
345 if (BFA_FCS_PID_IS_WKA(rx_fchs->d_id)) {
349 bfa_fcs_port_send_ls_rjt(port, rx_fchs,
354 port->pid = rx_fchs->d_id;
370 port->pid = rx_fchs->d_id;
371 rport->pid = rx_fchs->s_id;
373 bfa_fcs_rport_plogi(rport, rx_fchs, plogi);
380 rport = bfa_fcs_port_get_rport_by_pid(port, rx_fchs->s_id);
385 bfa_fcs_rport_plogi_create(port, rx_fchs, plogi);
403 bfa_fcs_rport_plogi_create(port, rx_fchs, plogi);
411 bfa_fcs_rport_plogi(rport, rx_fchs, plogi);
419 bfa_fcs_port_echo(struct bfa_fcs_port_s *port, struct fchs_s *rx_fchs,
427 bfa_trc(port->fcs, rx_fchs->s_id);
428 bfa_trc(port->fcs, rx_fchs->d_id);
435 len = fc_ls_acc_build(&fchs, bfa_fcxp_get_reqbuf(fcxp), rx_fchs->s_id,
436 bfa_fcs_port_get_fcid(port), rx_fchs->ox_id);
459 bfa_fcs_port_rnid(struct bfa_fcs_port_s *port, struct fchs_s *rx_fchs,
470 bfa_trc(port->fcs, rx_fchs->s_id);
471 bfa_trc(port->fcs, rx_fchs->d_id);
501 len = fc_rnid_acc_build(&fchs, bfa_fcxp_get_reqbuf(fcxp), rx_fchs->s_id,
502 bfa_fcs_port_get_fcid(port), rx_fchs->ox_id,