Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/qedf/
Dqedf_fip.c82 struct fip_header *fiph; in qedf_fcoe_process_vlan_resp()
88 fiph = (struct fip_header *)(((void *)skb->data) + 2 * ETH_ALEN + 2); in qedf_fcoe_process_vlan_resp()
125 struct fip_header *fiph; in qedf_fip_send()
136 fiph = (struct fip_header *) ((void *)skb->data + 2 * ETH_ALEN + 2); in qedf_fip_send()
171 struct fip_header *fiph; in qedf_fip_recv()
187 fiph = (struct fip_header *) ((void *)skb->data + 2 * ETH_ALEN + 2); in qedf_fip_recv()
Dqedf.h559 struct fip_header fip;
/kernel/linux/linux-5.10/drivers/scsi/fnic/
Dfnic_fip.h53 struct fip_header fip;
Dfnic_fcs.c308 struct fip_header *fiph; in is_fnic_fip_flogi_reject()
325 fiph = (struct fip_header *)skb->data; in is_fnic_fip_flogi_reject()
425 struct fip_header *fiph; in fnic_fcoe_process_vlan_resp()
438 fiph = (struct fip_header *) skb->data; in fnic_fcoe_process_vlan_resp()
563 struct fip_header *fiph; in fnic_fcoe_handle_fip_frame()
574 fiph = (struct fip_header *)skb->data; in fnic_fcoe_handle_fip_frame()
/kernel/linux/linux-5.10/drivers/scsi/fcoe/
Dfcoe_ctlr.c381 struct fip_header fip; in fcoe_ctlr_solicit()
536 struct fip_header fip; in fcoe_ctlr_send_keep_alive()
609 struct fip_header fip; in fcoe_ctlr_encaps()
894 struct fip_header *fiph; in fcoe_ctlr_parse_adv()
907 fiph = (struct fip_header *)skb->data; in fcoe_ctlr_parse_adv()
1139 struct fip_header *fiph; in fcoe_ctlr_recv_els()
1156 fiph = (struct fip_header *)skb->data; in fcoe_ctlr_recv_els()
1328 struct fip_header *fh = (struct fip_header *)skb->data; in fcoe_ctlr_recv_clr_vlink()
1539 struct fip_header *fiph; in fcoe_ctlr_recv_handler()
1559 fiph = (struct fip_header *)skb->data; in fcoe_ctlr_recv_handler()
[all …]
Dfcoe.c568 struct fip_header fip; in fcoe_fip_send()
/kernel/linux/linux-5.10/include/scsi/fc/
Dfc_fip.h44 struct fip_header { struct
/kernel/linux/linux-5.10/drivers/scsi/bnx2fc/
Dbnx2fc_fcoe.c1105 struct fip_header *fiph; in bnx2fc_fip_send()
1110 fiph = (struct fip_header *) ((void *)skb->data + 2 * ETH_ALEN + 2); in bnx2fc_fip_send()