Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/qedf/
H A 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 …]
/openbmc/linux/drivers/scsi/fnic/
H A 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 …]
/openbmc/linux/drivers/scsi/fcoe/
H A 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
1153 fiph = (struct fip_header *)skb->data; in fcoe_ctlr_recv_els()
1154 sub = fiph->fip_subcode; in fcoe_ctlr_recv_els()
1158 rlen = ntohs(fiph->fip_dl_len) * 4; in fcoe_ctlr_recv_els()
[all …]
/openbmc/linux/drivers/scsi/bnx2fc/
H A Dbnx2fc_fcoe.c1099 struct fip_header *fiph; in bnx2fc_fip_send() local
1104 fiph = (struct fip_header *) ((void *)skb->data + 2 * ETH_ALEN + 2); in bnx2fc_fip_send()
1106 op = ntohs(fiph->fip_op); in bnx2fc_fip_send()
1107 sub = fiph->fip_subcode; in bnx2fc_fip_send()