Searched refs:fiph (Results 1 – 5 of 5) sorted by relevance
82 struct fip_header *fiph; in qedf_fcoe_process_vlan_resp() local88 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() local136 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() local187 fiph = (struct fip_header *) ((void *)skb->data + 2 * ETH_ALEN + 2); in qedf_fip_recv()[all …]
123 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() local142 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()
102 void fnic_fcoe_process_vlan_resp(struct fnic *fnic, struct fip_header *fiph) in fnic_fcoe_process_vlan_resp() argument104 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() argument252 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() argument451 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() argument615 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 …]
892 struct fip_header *fiph; in fcoe_ctlr_parse_adv() local905 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() local1153 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 …]
1099 struct fip_header *fiph; in bnx2fc_fip_send() local1104 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()