Home
last modified time | relevance | path

Searched refs:fiph (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/drivers/scsi/qedf/
Dqedf_fip.c82 struct fip_header *fiph; in qedf_fcoe_process_vlan_resp() local
88 fiph = (struct fip_header *)(((void *)skb->data) + 2 * ETH_ALEN + 2); in qedf_fcoe_process_vlan_resp()
90 rlen = ntohs(fiph->fip_dl_len) * 4; in qedf_fcoe_process_vlan_resp()
91 desc = (struct fip_desc *)(fiph + 1); in qedf_fcoe_process_vlan_resp()
125 struct fip_header *fiph; in qedf_fip_send() local
136 fiph = (struct fip_header *) ((void *)skb->data + 2 * ETH_ALEN + 2); in qedf_fip_send()
138 op = ntohs(fiph->fip_op); in qedf_fip_send()
139 sub = fiph->fip_subcode; in qedf_fip_send()
171 struct fip_header *fiph; in qedf_fip_recv() local
187 fiph = (struct fip_header *) ((void *)skb->data + 2 * ETH_ALEN + 2); in qedf_fip_recv()
[all …]
/Linux-v5.4/drivers/scsi/fnic/
Dfnic_fcs.c308 struct fip_header *fiph; in is_fnic_fip_flogi_reject() local
324 if (skb->len < sizeof(*fiph)) in is_fnic_fip_flogi_reject()
327 fiph = (struct fip_header *)skb->data; in is_fnic_fip_flogi_reject()
328 op = ntohs(fiph->fip_op); in is_fnic_fip_flogi_reject()
329 sub = fiph->fip_subcode; in is_fnic_fip_flogi_reject()
337 rlen = ntohs(fiph->fip_dl_len) * 4; in is_fnic_fip_flogi_reject()
338 if (rlen + sizeof(*fiph) > skb->len) in is_fnic_fip_flogi_reject()
341 desc = (struct fip_desc *)(fiph + 1); in is_fnic_fip_flogi_reject()
431 struct fip_header *fiph; in fnic_fcoe_process_vlan_resp() local
444 fiph = (struct fip_header *) skb->data; in fnic_fcoe_process_vlan_resp()
[all …]
/Linux-v5.4/drivers/scsi/fcoe/
Dfcoe_ctlr.c892 struct fip_header *fiph; in fcoe_ctlr_parse_adv() local
905 fiph = (struct fip_header *)skb->data; in fcoe_ctlr_parse_adv()
906 fcf->flags = ntohs(fiph->fip_flags); in fcoe_ctlr_parse_adv()
914 rlen = ntohs(fiph->fip_dl_len) * 4; in fcoe_ctlr_parse_adv()
915 if (rlen + sizeof(*fiph) > skb->len) in fcoe_ctlr_parse_adv()
918 desc = (struct fip_desc *)(fiph + 1); in fcoe_ctlr_parse_adv()
1137 struct fip_header *fiph; in fcoe_ctlr_recv_els() local
1154 fiph = (struct fip_header *)skb->data; in fcoe_ctlr_recv_els()
1155 sub = fiph->fip_subcode; in fcoe_ctlr_recv_els()
1159 rlen = ntohs(fiph->fip_dl_len) * 4; in fcoe_ctlr_recv_els()
[all …]
/Linux-v5.4/drivers/scsi/bnx2fc/
Dbnx2fc_fcoe.c1106 struct fip_header *fiph; in bnx2fc_fip_send() local
1111 fiph = (struct fip_header *) ((void *)skb->data + 2 * ETH_ALEN + 2); in bnx2fc_fip_send()
1113 op = ntohs(fiph->fip_op); in bnx2fc_fip_send()
1114 sub = fiph->fip_subcode; in bnx2fc_fip_send()