Searched refs:rx_fp (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/libfc/
H A Dfc_rport.c735 * @rx_fp: The PLOGI request frame
738 struct fc_frame *rx_fp)
743 struct fc_frame *fp = rx_fp;
818 fc_fill_reply_hdr(fp, rx_fp, FC_RCTL_ELS_REP, 0);
828 fc_frame_free(rx_fp);
833 lport->tt.seq_els_rsp_send(rx_fp, ELS_LS_RJT, &rjt_data);
834 fc_frame_free(rx_fp);
1329 * @rx_fp: The PRLI request frame
1335 struct fc_frame *rx_fp)
1349 rls = fc_frame_payload_get(rx_fp, sizeo
737 fc_rport_recv_flogi_req(struct fc_lport *lport, struct fc_frame *rx_fp) argument
1334 fc_rport_recv_rls_req(struct fc_rport_priv *rdata, struct fc_frame *rx_fp) argument
1513 fc_rport_recv_plogi_req(struct fc_lport *lport, struct fc_frame *rx_fp) argument
1618 fc_rport_recv_prli_req(struct fc_rport_priv *rdata, struct fc_frame *rx_fp) argument
1741 fc_rport_recv_prlo_req(struct fc_rport_priv *rdata, struct fc_frame *rx_fp) argument
[all...]
H A Dfc_exch.c978 * @rx_fp: The received frame that is being acknoledged
982 static void fc_seq_send_ack(struct fc_seq *sp, const struct fc_frame *rx_fp) argument
994 if (fc_sof_needs_ack(fr_sof(rx_fp))) {
1010 rx_fh = fc_frame_header_get(rx_fp);
1024 fr_sof(fp) = fr_sof(rx_fp);
1036 * @rx_fp: The frame being rejected
1042 static void fc_exch_send_ba_rjt(struct fc_frame *rx_fp, argument
1053 lport = fr_dev(rx_fp);
1058 rx_fh = fc_frame_header_get(rx_fp);
1094 fr_sof(fp) = fc_sof_class(fr_sof(rx_fp));
1111 fc_exch_recv_abts(struct fc_exch *ep, struct fc_frame *rx_fp) argument
1510 fc_seq_ls_acc(struct fc_frame *rx_fp) argument
1536 fc_seq_ls_rjt(struct fc_frame *rx_fp, enum fc_els_rjt_reason reason, enum fc_els_rjt_explan explan) argument
[all...]
H A Dfc_lport.c770 * @rx_fp: The FLOGI frame
780 struct fc_frame *rx_fp)
793 remote_fid = fc_frame_sid(rx_fp);
794 flp = fc_frame_payload_get(rx_fp, sizeof(*flp));
815 fc_lport_set_port_id(lport, local_fid, rx_fp);
827 fc_fill_reply_hdr(fp, rx_fp, FC_RCTL_ELS_REP, 0);
839 fc_frame_free(rx_fp);
779 fc_lport_recv_flogi_req(struct fc_lport *lport, struct fc_frame *rx_fp) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/atm/
H A Dfirestream.c1008 if (atm_vcc->qos.rxtp.max_sdu <= dev->rx_fp[bfp].bufsize) break;
1494 top_off_fp (dev, &dev->rx_fp[0], GFP_ATOMIC);
1495 top_off_fp (dev, &dev->rx_fp[1], GFP_ATOMIC);
1501 top_off_fp (dev, &dev->rx_fp[2], GFP_ATOMIC);
1502 top_off_fp (dev, &dev->rx_fp[3], GFP_ATOMIC);
1508 top_off_fp (dev, &dev->rx_fp[4], GFP_ATOMIC);
1509 top_off_fp (dev, &dev->rx_fp[5], GFP_ATOMIC);
1515 top_off_fp (dev, &dev->rx_fp[6], GFP_ATOMIC);
1516 top_off_fp (dev, &dev->rx_fp[7], GFP_ATOMIC);
1709 init_fp (dev, &dev->rx_fp[
[all...]
H A Dfirestream.h485 struct freepool rx_fp[FS_NR_FREE_POOLS]; member in struct:fs_dev

Completed in 164 milliseconds