Home
last modified time | relevance | path

Searched refs:fip (Results 1 – 25 of 29) sorted by relevance

12

/linux/drivers/scsi/fcoe/
A Dfcoe_ctlr.c163 struct fcoe_ctlr *fip = new->fip; in fcoe_sysfs_fcf_add() local
236 struct fcoe_ctlr *fip = new->fip; in fcoe_sysfs_fcf_del() local
427 fip->send(fip, skb); in fcoe_ctlr_solicit()
585 fip->send(fip, skb); in fcoe_ctlr_send_keep_alive()
792 fip->send(fip, skb); in fcoe_ctlr_els_send()
1053 fcf->fip = fip; in fcoe_ctlr_recv_adv()
1701 fip->send(fip, skb); in fcoe_ctlr_flogi_send_locked()
1865 mac = fip->get_src_addr(fip->lp); in fcoe_ctlr_timer_work()
2115 fip->send(fip, skb); in fcoe_ctlr_vn_send()
2951 fip->send(fip, skb); in fcoe_ctlr_vlan_send()
[all …]
A Dfcoe.c324 fip->spma = 1; in fcoe_interface_setup()
331 if (!fip->spma) in fcoe_interface_setup()
340 if (fip->spma) in fcoe_interface_setup()
342 if (fip->mode == FIP_MODE_VN2VN) { in fcoe_interface_setup()
461 if (fip->spma) in fcoe_interface_remove()
463 if (fip->mode == FIP_MODE_VN2VN) { in fcoe_interface_remove()
491 fcoe_ctlr_destroy(fip); in fcoe_interface_cleanup()
492 scsi_host_put(fip->lp->host); in fcoe_interface_cleanup()
566 struct fip_header fip; in fcoe_fip_send() member
2570 struct fcoe_ctlr *fip = arg; in fcoe_flogi_resp() local
[all …]
A Dlibfcoe.h23 #define LIBFCOE_FIP_DBG(fip, fmt, args...) \ argument
26 (fip)->lp->host->host_no, ##args);)
A Dfcoe_sysfs.c389 struct fcoe_ctlr *fip = fcoe_ctlr_device_priv(ctlr); in store_ctlr_fip_resp() local
391 mutex_lock(&fip->ctlr_mutex); in store_ctlr_fip_resp()
394 fip->fip_resp = 1; in store_ctlr_fip_resp()
395 mutex_unlock(&fip->ctlr_mutex); in store_ctlr_fip_resp()
399 fip->fip_resp = 0; in store_ctlr_fip_resp()
400 mutex_unlock(&fip->ctlr_mutex); in store_ctlr_fip_resp()
404 mutex_unlock(&fip->ctlr_mutex); in store_ctlr_fip_resp()
413 struct fcoe_ctlr *fip = fcoe_ctlr_device_priv(ctlr); in show_ctlr_fip_resp() local
415 return sprintf(buf, "%d\n", fip->fip_resp ? 1 : 0); in show_ctlr_fip_resp()
A Dfcoe_transport.c220 struct fcoe_ctlr *fip = fcoe_ctlr_device_priv(ctlr_dev); in fcoe_ctlr_get_lesb() local
221 struct net_device *netdev = fcoe_get_netdev(fip->lp); in fcoe_ctlr_get_lesb()
225 __fcoe_get_lesb(fip->lp, fc_lesb, netdev); in fcoe_ctlr_get_lesb()
/linux/drivers/net/ethernet/chelsio/cxgb4/
A Dcxgb4_tc_u32_parse.h88 memcpy(&f->val.fip[0], &val, sizeof(u32)); in cxgb4_fill_ipv4_src_ip()
89 memcpy(&f->mask.fip[0], &mask, sizeof(u32)); in cxgb4_fill_ipv4_src_ip()
134 memcpy(&f->val.fip[0], &val, sizeof(u32)); in cxgb4_fill_ipv6_src_ip0()
135 memcpy(&f->mask.fip[0], &mask, sizeof(u32)); in cxgb4_fill_ipv6_src_ip0()
143 memcpy(&f->val.fip[4], &val, sizeof(u32)); in cxgb4_fill_ipv6_src_ip1()
144 memcpy(&f->mask.fip[4], &mask, sizeof(u32)); in cxgb4_fill_ipv6_src_ip1()
152 memcpy(&f->val.fip[8], &val, sizeof(u32)); in cxgb4_fill_ipv6_src_ip2()
153 memcpy(&f->mask.fip[8], &mask, sizeof(u32)); in cxgb4_fill_ipv6_src_ip2()
161 memcpy(&f->val.fip[12], &val, sizeof(u32)); in cxgb4_fill_ipv6_src_ip3()
162 memcpy(&f->mask.fip[12], &mask, sizeof(u32)); in cxgb4_fill_ipv6_src_ip3()
A Dcxgb4_filter.c907 memcpy(fwr->fip, f->fs.val.fip, sizeof(fwr->fip)); in set_filter_wr()
1059 unsigned int fip = 0, fip_mask = 0; in fill_default_mask() local
1092 fip |= fs->val.fip[i]; in fill_default_mask()
1093 fip_mask |= fs->mask.fip[i]; in fill_default_mask()
1099 if (fip && !fip_mask) in fill_default_mask()
1171 if (is_inaddr_any(fs->val.fip, AF_INET6) || in is_filter_exact_match()
1172 !is_addr_all_mask(fs->mask.fip, AF_INET6)) in is_filter_exact_match()
1179 if (is_inaddr_any(fs->val.fip, AF_INET) || in is_filter_exact_match()
1180 !is_addr_all_mask(fs->mask.fip, AF_INET)) in is_filter_exact_match()
1308 req->peer_ip_hi = *(__be64 *)(&f->fs.val.fip); in mk_act_open_req6()
[all …]
A Dcxgb4_tc_flower.c207 memcpy(&fs->val.fip[0], &match.key->src, sizeof(match.key->src)); in cxgb4_process_flow_match()
209 memcpy(&fs->mask.fip[0], &match.mask->src, sizeof(match.mask->src)); in cxgb4_process_flow_match()
223 memcpy(&fs->val.fip[0], match.key->src.s6_addr, in cxgb4_process_flow_match()
227 memcpy(&fs->mask.fip[0], match.mask->src.s6_addr, in cxgb4_process_flow_match()
A Dcxgb4_ethtool.c1664 memcpy(&fs->h_u.tcp_ip6_spec.ip6src, &dfs->val.fip[0], in cxgb4_fill_filter_rule()
1666 memcpy(&fs->m_u.tcp_ip6_spec.ip6src, &dfs->mask.fip[0], in cxgb4_fill_filter_rule()
1679 memcpy(&fs->h_u.tcp_ip4_spec.ip4src, &dfs->val.fip[0], in cxgb4_fill_filter_rule()
1681 memcpy(&fs->m_u.tcp_ip4_spec.ip4src, &dfs->mask.fip[0], in cxgb4_fill_filter_rule()
/linux/arch/x86/kernel/fpu/
A Dregset.c263 env->fip = fxsave->rip; in __convert_from_fxsr()
277 env->fip = fxsave->fip; in __convert_from_fxsr()
306 fxsave->rip = env->fip; in convert_to_fxsr()
310 fxsave->fip = env->fip; in convert_to_fxsr()
/linux/drivers/scsi/qedf/
A Dqedf_fip.c40 vlan->fip.fip_ver = FIP_VER_ENCAPS(FIP_VER); in qedf_fcoe_send_vlan_req()
41 vlan->fip.fip_op = htons(FIP_OP_VLAN); in qedf_fcoe_send_vlan_req()
42 vlan->fip.fip_subcode = FIP_SC_VL_REQ; in qedf_fcoe_send_vlan_req()
43 vlan->fip.fip_dl_len = htons(sizeof(vlan->desc) / FIP_BPW); in qedf_fcoe_send_vlan_req()
121 void qedf_fip_send(struct fcoe_ctlr *fip, struct sk_buff *skb) in qedf_fip_send() argument
123 struct qedf_ctx *qedf = container_of(fip, struct qedf_ctx, ctlr); in qedf_fip_send()
A Dqedf.h482 extern void qedf_fip_send(struct fcoe_ctlr *fip, struct sk_buff *skb);
557 struct fip_header fip; member
/linux/drivers/scsi/fnic/
A Dfnic_fcs.c309 struct fc_lport *lport = fip->lp; in is_fnic_fip_flogi_reject()
373 struct fcoe_ctlr *fip = &fnic->ctlr; in fnic_fcoe_send_vlan_req() local
395 memcpy(vlan->eth.h_source, fip->ctl_src_addr, ETH_ALEN); in fnic_fcoe_send_vlan_req()
399 vlan->fip.fip_ver = FIP_VER_ENCAPS(FIP_VER); in fnic_fcoe_send_vlan_req()
400 vlan->fip.fip_op = htons(FIP_OP_VLAN); in fnic_fcoe_send_vlan_req()
401 vlan->fip.fip_subcode = FIP_SC_VL_REQ; in fnic_fcoe_send_vlan_req()
402 vlan->fip.fip_dl_len = htons(sizeof(vlan->desc) / FIP_BPW); in fnic_fcoe_send_vlan_req()
417 fip->send(fip, skb); in fnic_fcoe_send_vlan_req()
426 struct fcoe_ctlr *fip = &fnic->ctlr; in fnic_fcoe_process_vlan_resp() local
490 fcoe_ctlr_link_up(fip); in fnic_fcoe_process_vlan_resp()
[all …]
A Dfnic_fip.h53 struct fip_header fip; member
A Dfnic.h318 static inline struct fnic *fnic_from_ctlr(struct fcoe_ctlr *fip) in fnic_from_ctlr() argument
320 return container_of(fip, struct fnic, ctlr); in fnic_from_ctlr()
/linux/arch/x86/include/asm/
A Duser_32.h49 long fip; member
61 long fip; member
A Duser32.h12 u32 fip; member
25 int fip; member
/linux/drivers/scsi/bnx2fc/
A Dbnx2fc_els.c863 struct fcoe_ctlr *fip = arg; in bnx2fc_flogi_resp() local
892 } else if (fip->sel_fcf && fip->sel_fcf->fc_map != 0) { in bnx2fc_flogi_resp()
893 hton24(fc_map, fip->sel_fcf->fc_map); in bnx2fc_flogi_resp()
907 fip->update_mac(lport, fcoe_mac); in bnx2fc_flogi_resp()
915 struct fcoe_ctlr *fip = arg; in bnx2fc_logo_resp() local
921 fip->update_mac(lport, zero_mac); in bnx2fc_logo_resp()
934 struct fcoe_ctlr *fip = bnx2fc_to_ctlr(interface); in bnx2fc_elsct_send() local
941 fip, timeout); in bnx2fc_elsct_send()
947 fip, timeout); in bnx2fc_elsct_send()
/linux/arch/x86/include/asm/fpu/
A Dtypes.h16 u32 fip; /* FPU IP Offset */ member
45 u32 fip; /* FPU IP Offset */ member
83 u32 fip; member
/linux/scripts/
A Dcheck_extable.sh65 addr2line -fip -j ${alt_target_section} -e ${obj} ${alt_target_offset} | awk '{print "\t" $0}'
84 addr2line -fip -j ${section} -e ${obj} ${section_offset} | awk '{print "\t" $0}'
/linux/include/scsi/
A Dlibfcoe.h201 struct fcoe_ctlr *fip; member
270 static inline bool is_fip_mode(struct fcoe_ctlr *fip) in is_fip_mode() argument
272 return fip->state == FIP_ST_ENABLED; in is_fip_mode()
/linux/arch/x86/math-emu/
A Dfpu_system.h104 #define instruction_address (*(struct address *)&I387->soft.fip)
A Dfpu_aux.c47 iaddr = (struct address *)&soft->fip; in fpstate_init_soft()
/linux/arch/x86/um/
A Dsignal.c93 env[3] = fxsave->fip; in convert_fxsr_to_user()
129 fxsave->fip = env[3]; in convert_fxsr_from_user()
/linux/arch/arm64/boot/dts/broadcom/northstar2/
A Dns2-xmc.dts163 label = "fip";

Completed in 66 milliseconds

12