Home
last modified time | relevance | path

Searched refs:fip_header (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/drivers/scsi/qedf/
Dqedf_fip.c77 struct fip_header *fiph; in qedf_fcoe_process_vlan_resp()
83 fiph = (struct fip_header *)(((void *)skb->data) + 2 * ETH_ALEN + 2); in qedf_fcoe_process_vlan_resp()
114 struct fip_header *fiph; in qedf_fip_send()
124 fiph = (struct fip_header *) ((void *)skb->data + 2 * ETH_ALEN + 2); in qedf_fip_send()
152 struct fip_header *fiph; in qedf_fip_recv()
163 fiph = (struct fip_header *) ((void *)skb->data + 2 * ETH_ALEN + 2); in qedf_fip_recv()
Dqedf.h517 struct fip_header fip;
/Linux-v4.19/drivers/scsi/fnic/
Dfnic_fip.h53 struct fip_header fip;
Dfnic_fcs.c292 struct fip_header *fiph; in is_fnic_fip_flogi_reject()
311 fiph = (struct fip_header *)skb->data; in is_fnic_fip_flogi_reject()
415 struct fip_header *fiph; in fnic_fcoe_process_vlan_resp()
428 fiph = (struct fip_header *) skb->data; in fnic_fcoe_process_vlan_resp()
553 struct fip_header *fiph; in fnic_fcoe_handle_fip_frame()
564 fiph = (struct fip_header *)skb->data; in fnic_fcoe_handle_fip_frame()
/Linux-v4.19/drivers/scsi/fcoe/
Dfcoe_ctlr.c392 struct fip_header fip; in fcoe_ctlr_solicit()
544 struct fip_header fip; in fcoe_ctlr_send_keep_alive()
616 struct fip_header fip; in fcoe_ctlr_encaps()
901 struct fip_header *fiph; in fcoe_ctlr_parse_adv()
914 fiph = (struct fip_header *)skb->data; in fcoe_ctlr_parse_adv()
1146 struct fip_header *fiph; in fcoe_ctlr_recv_els()
1163 fiph = (struct fip_header *)skb->data; in fcoe_ctlr_recv_els()
1335 struct fip_header *fh = (struct fip_header *)skb->data; in fcoe_ctlr_recv_clr_vlink()
1546 struct fip_header *fiph; in fcoe_ctlr_recv_handler()
1566 fiph = (struct fip_header *)skb->data; in fcoe_ctlr_recv_handler()
[all …]
Dfcoe.c581 struct fip_header fip; in fcoe_fip_send()
/Linux-v4.19/include/scsi/fc/
Dfc_fip.h56 struct fip_header { struct
/Linux-v4.19/drivers/scsi/bnx2fc/
Dbnx2fc_fcoe.c1115 struct fip_header *fiph; in bnx2fc_fip_send()
1120 fiph = (struct fip_header *) ((void *)skb->data + 2 * ETH_ALEN + 2); in bnx2fc_fip_send()