Home
last modified time | relevance | path

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

/Linux-v6.6/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-v6.6/drivers/scsi/fnic/
Dfnic_fcs.c298 struct fip_header *fiph; in is_fnic_fip_flogi_reject() local
312 if (skb->len < sizeof(*fiph)) in is_fnic_fip_flogi_reject()
315 fiph = (struct fip_header *)skb->data; in is_fnic_fip_flogi_reject()
316 op = ntohs(fiph->fip_op); in is_fnic_fip_flogi_reject()
317 sub = fiph->fip_subcode; in is_fnic_fip_flogi_reject()
325 rlen = ntohs(fiph->fip_dl_len) * 4; in is_fnic_fip_flogi_reject()
326 if (rlen + sizeof(*fiph) > skb->len) in is_fnic_fip_flogi_reject()
329 desc = (struct fip_desc *)(fiph + 1); in is_fnic_fip_flogi_reject()
415 struct fip_header *fiph; in fnic_fcoe_process_vlan_resp() local
428 fiph = (struct fip_header *) skb->data; in fnic_fcoe_process_vlan_resp()
[all …]
/Linux-v6.6/drivers/scsi/fcoe/
Dfcoe_ctlr.c894 struct fip_header *fiph; in fcoe_ctlr_parse_adv() local
907 fiph = (struct fip_header *)skb->data; in fcoe_ctlr_parse_adv()
908 fcf->flags = ntohs(fiph->fip_flags); in fcoe_ctlr_parse_adv()
916 rlen = ntohs(fiph->fip_dl_len) * 4; in fcoe_ctlr_parse_adv()
917 if (rlen + sizeof(*fiph) > skb->len) in fcoe_ctlr_parse_adv()
920 desc = (struct fip_desc *)(fiph + 1); in fcoe_ctlr_parse_adv()
1139 struct fip_header *fiph; in fcoe_ctlr_recv_els() local
1155 fiph = (struct fip_header *)skb->data; in fcoe_ctlr_recv_els()
1156 sub = fiph->fip_subcode; in fcoe_ctlr_recv_els()
1160 rlen = ntohs(fiph->fip_dl_len) * 4; in fcoe_ctlr_recv_els()
[all …]
/Linux-v6.6/drivers/scsi/bnx2fc/
Dbnx2fc_fcoe.c1102 struct fip_header *fiph; in bnx2fc_fip_send() local
1107 fiph = (struct fip_header *) ((void *)skb->data + 2 * ETH_ALEN + 2); in bnx2fc_fip_send()
1109 op = ntohs(fiph->fip_op); in bnx2fc_fip_send()
1110 sub = fiph->fip_subcode; in bnx2fc_fip_send()