Home
last modified time | relevance | path

Searched refs:rx_fp (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/scsi/libfc/
A Dfc_rport.c856 struct fc_frame *rx_fp) in fc_rport_recv_flogi_req() argument
860 struct fc_frame *fp = rx_fp; in fc_rport_recv_flogi_req()
962 fc_frame_free(rx_fp); in fc_rport_recv_flogi_req()
969 fc_frame_free(rx_fp); in fc_rport_recv_flogi_req()
1629 struct fc_frame *rx_fp) in fc_rport_recv_rls_req() argument
1684 fc_frame_free(rx_fp); in fc_rport_recv_rls_req()
1847 struct fc_frame *fp = rx_fp; in fc_rport_recv_plogi_req()
1952 fc_frame_free(rx_fp); in fc_rport_recv_plogi_req()
1966 struct fc_frame *rx_fp) in fc_rport_recv_prli_req() argument
2073 fc_frame_free(rx_fp); in fc_rport_recv_prli_req()
[all …]
A Dfc_exch.c1288 if (fc_sof_needs_ack(fr_sof(rx_fp))) { in fc_seq_send_ack()
1306 rx_fh = fc_frame_header_get(rx_fp); in fc_seq_send_ack()
1320 fr_sof(fp) = fr_sof(rx_fp); in fc_seq_send_ack()
1350 lport = fr_dev(rx_fp); in fc_exch_send_ba_rjt()
1351 sp = fr_seq(rx_fp); in fc_exch_send_ba_rjt()
1359 rx_fh = fc_frame_header_get(rx_fp); in fc_exch_send_ba_rjt()
1458 fc_frame_free(rx_fp); in fc_exch_recv_abts()
1836 lport = fr_dev(rx_fp); in fc_seq_ls_acc()
1837 sp = fr_seq(rx_fp); in fc_seq_ls_acc()
1868 lport = fr_dev(rx_fp); in fc_seq_ls_rjt()
[all …]
A Dfc_lport.c790 struct fc_frame *rx_fp) in fc_lport_recv_flogi_req() argument
805 remote_fid = fc_frame_sid(rx_fp); in fc_lport_recv_flogi_req()
806 flp = fc_frame_payload_get(rx_fp, sizeof(*flp)); in fc_lport_recv_flogi_req()
832 fc_lport_set_port_id(lport, local_fid, rx_fp); in fc_lport_recv_flogi_req()
844 fc_fill_reply_hdr(fp, rx_fp, FC_RCTL_ELS_REP, 0); in fc_lport_recv_flogi_req()
856 fc_frame_free(rx_fp); in fc_lport_recv_flogi_req()
/linux/drivers/atm/
A Dfirestream.c1606 top_off_fp (dev, &dev->rx_fp[0], GFP_ATOMIC); in fs_irq()
1607 top_off_fp (dev, &dev->rx_fp[1], GFP_ATOMIC); in fs_irq()
1613 top_off_fp (dev, &dev->rx_fp[2], GFP_ATOMIC); in fs_irq()
1614 top_off_fp (dev, &dev->rx_fp[3], GFP_ATOMIC); in fs_irq()
1620 top_off_fp (dev, &dev->rx_fp[4], GFP_ATOMIC); in fs_irq()
1621 top_off_fp (dev, &dev->rx_fp[5], GFP_ATOMIC); in fs_irq()
1627 top_off_fp (dev, &dev->rx_fp[6], GFP_ATOMIC); in fs_irq()
1628 top_off_fp (dev, &dev->rx_fp[7], GFP_ATOMIC); in fs_irq()
1824 init_fp (dev, &dev->rx_fp[i], RXB_FP(i), in fs_init()
1826 top_off_fp (dev, &dev->rx_fp[i], GFP_KERNEL); in fs_init()
[all …]
A Dfirestream.h469 struct freepool rx_fp[FS_NR_FREE_POOLS]; member
/linux/drivers/target/tcm_fc/
A Dtfc_cmd.c271 const struct fc_frame *rx_fp, in ft_send_resp_status() argument
281 fh = fc_frame_header_get(rx_fp); in ft_send_resp_status()
300 fc_fill_reply_hdr(fp, rx_fp, FC_RCTL_DD_CMD_STATUS, 0); in ft_send_resp_status()

Completed in 24 milliseconds