Home
last modified time | relevance | path

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

/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 …]
/linux/drivers/scsi/fnic/
H A Dfip.h123 void fnic_fcoe_process_vlan_resp(struct fnic *fnic, struct fip_header *fiph);
124 void fnic_fcoe_fip_discovery_resp(struct fnic *fnic, struct fip_header *fiph);
125 void fnic_fcoe_process_flogi_resp(struct fnic *fnic, struct fip_header *fiph);
131 void fnic_fcoe_process_cvl(struct fnic *fnic, struct fip_header *fiph);
141 struct fip_header *fiph = (struct fip_header *)(eth + 1); in fnic_debug_dump_fip_frame() local
142 u16 op = be16_to_cpu(fiph->fip_op); in fnic_debug_dump_fip_frame()
143 u8 sub = fiph->fip_subcode; in fnic_debug_dump_fip_frame()
H A Dfip.c102 void fnic_fcoe_process_vlan_resp(struct fnic *fnic, struct fip_header *fiph) in fnic_fcoe_process_vlan_resp() argument
104 struct fip_vlan_notif *vlan_notif = (struct fip_vlan_notif *)fiph; in fnic_fcoe_process_vlan_resp()
249 void fnic_fcoe_fip_discovery_resp(struct fnic *fnic, struct fip_header *fiph) in fnic_fcoe_fip_discovery_resp() argument
252 struct fip_disc_adv *disc_adv = (struct fip_disc_adv *)fiph; in fnic_fcoe_fip_discovery_resp()
448 void fnic_fcoe_process_flogi_resp(struct fnic *fnic, struct fip_header *fiph) in fnic_fcoe_process_flogi_resp() argument
451 struct fip_flogi_rsp *flogi_rsp = (struct fip_flogi_rsp *)fiph; in fnic_fcoe_process_flogi_resp()
612 void fnic_fcoe_process_cvl(struct fnic *fnic, struct fip_header *fiph) in fnic_fcoe_process_cvl() argument
615 struct fip_cvl *cvl_msg = (struct fip_cvl *)fiph; in fnic_fcoe_process_cvl()
639 for (i = 0; i < ((be16_to_cpu(fiph->fip_dl_len) / 5) - 1); i++) { in fnic_fcoe_process_cvl()
692 struct fip_header *fiph; in fdls_fip_recv_frame() local
[all …]
/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 …]
/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()