Searched refs:fip (Results 1 - 25 of 28) sorted by relevance

12

/linux-master/drivers/scsi/fcoe/
H A Dfcoe_ctlr.c83 * @fip: The FCoE controller
86 static void fcoe_ctlr_set_state(struct fcoe_ctlr *fip, enum fip_state state) argument
88 if (state == fip->state)
90 if (fip->lp)
91 LIBFCOE_FIP_DBG(fip, "state %s -> %s\n",
92 fcoe_ctlr_state(fip->state), fcoe_ctlr_state(state));
93 fip->state = state;
122 * @fip: The FCoE controller
124 static void fcoe_ctlr_map_dest(struct fcoe_ctlr *fip) argument
126 if (fip
139 fcoe_ctlr_init(struct fcoe_ctlr *fip, enum fip_mode mode) argument
163 struct fcoe_ctlr *fip = new->fip; local
236 struct fcoe_ctlr *fip = new->fip; local
270 fcoe_ctlr_reset_fcfs(struct fcoe_ctlr *fip) argument
296 fcoe_ctlr_destroy(struct fcoe_ctlr *fip) argument
318 fcoe_ctlr_announce(struct fcoe_ctlr *fip) argument
360 fcoe_ctlr_fcoe_size(struct fcoe_ctlr *fip) argument
376 fcoe_ctlr_solicit(struct fcoe_ctlr *fip, struct fcoe_fcf *fcf) argument
381 struct fip_header fip; member in struct:fip_sol
439 fcoe_ctlr_link_up(struct fcoe_ctlr *fip) argument
478 fcoe_ctlr_reset(struct fcoe_ctlr *fip) argument
498 fcoe_ctlr_link_down(struct fcoe_ctlr *fip) argument
529 fcoe_ctlr_send_keep_alive(struct fcoe_ctlr *fip, struct fc_lport *lport, int ports, u8 *sa) argument
536 struct fip_header fip; member in struct:fip_kal
604 fcoe_ctlr_encaps(struct fcoe_ctlr *fip, struct fc_lport *lport, u8 dtype, struct sk_buff *skb, u32 d_id) argument
609 struct fip_header fip; member in struct:fip_encaps_head
697 fcoe_ctlr_els_send(struct fcoe_ctlr *fip, struct fc_lport *lport, struct sk_buff *skb) argument
819 fcoe_ctlr_age_fcfs(struct fcoe_ctlr *fip) argument
889 fcoe_ctlr_parse_adv(struct fcoe_ctlr *fip, struct sk_buff *skb, struct fcoe_fcf *fcf) argument
1018 fcoe_ctlr_recv_adv(struct fcoe_ctlr *fip, struct sk_buff *skb) argument
1134 fcoe_ctlr_recv_els(struct fcoe_ctlr *fip, struct sk_buff *skb) argument
1307 fcoe_ctlr_recv_clr_vlink(struct fcoe_ctlr *fip, struct sk_buff *skb) argument
1512 fcoe_ctlr_recv(struct fcoe_ctlr *fip, struct sk_buff *skb) argument
1529 fcoe_ctlr_recv_handler(struct fcoe_ctlr *fip, struct sk_buff *skb) argument
1615 fcoe_ctlr_select(struct fcoe_ctlr *fip) argument
1667 fcoe_ctlr_flogi_send_locked(struct fcoe_ctlr *fip) argument
1705 fcoe_ctlr_flogi_retry(struct fcoe_ctlr *fip) argument
1736 fcoe_ctlr_flogi_send(struct fcoe_ctlr *fip) argument
1776 struct fcoe_ctlr *fip = from_timer(fip, t, timer); local
1790 struct fcoe_ctlr *fip; local
1873 struct fcoe_ctlr *fip; local
1897 fcoe_ctlr_recv_flogi(struct fcoe_ctlr *fip, struct fc_lport *lport, struct fc_frame *fp) argument
2013 fcoe_ctlr_vn_send(struct fcoe_ctlr *fip, enum fip_vn2vn_subcode sub, const u8 *dest, size_t min_len) argument
2020 struct fip_header fip; member in struct:fip_vn2vn_probe_frame
2122 struct fcoe_ctlr *fip = lport->disc.priv; local
2184 struct fcoe_ctlr *fip = lport->disc.priv; local
2211 fcoe_ctlr_vn_restart(struct fcoe_ctlr *fip) argument
2249 fcoe_ctlr_vn_start(struct fcoe_ctlr *fip) argument
2265 fcoe_ctlr_vn_parse(struct fcoe_ctlr *fip, struct sk_buff *skb, struct fcoe_rport *frport) argument
2390 fcoe_ctlr_vn_send_claim(struct fcoe_ctlr *fip) argument
2403 fcoe_ctlr_vn_probe_req(struct fcoe_ctlr *fip, struct fcoe_rport *frport) argument
2454 fcoe_ctlr_vn_probe_reply(struct fcoe_ctlr *fip, struct fcoe_rport *frport) argument
2484 fcoe_ctlr_vn_add(struct fcoe_ctlr *fip, struct fcoe_rport *new) argument
2542 fcoe_ctlr_vn_lookup(struct fcoe_ctlr *fip, u32 port_id, u8 *mac) argument
2566 fcoe_ctlr_vn_claim_notify(struct fcoe_ctlr *fip, struct fcoe_rport *new) argument
2621 fcoe_ctlr_vn_claim_resp(struct fcoe_ctlr *fip, struct fcoe_rport *new) argument
2637 fcoe_ctlr_vn_beacon(struct fcoe_ctlr *fip, struct fcoe_rport *new) argument
2691 fcoe_ctlr_vn_age(struct fcoe_ctlr *fip) argument
2733 fcoe_ctlr_vn_recv(struct fcoe_ctlr *fip, struct sk_buff *skb) argument
2796 fcoe_ctlr_vlan_parse(struct fcoe_ctlr *fip, struct sk_buff *skb, struct fcoe_rport *frport) argument
2891 fcoe_ctlr_vlan_send(struct fcoe_ctlr *fip, enum fip_vlan_subcode sub, const u8 *dest) argument
2898 struct fip_header fip; member in struct:fip_vlan_notify_frame
2953 fcoe_ctlr_vlan_disc_reply(struct fcoe_ctlr *fip, struct fcoe_rport *frport) argument
2969 fcoe_ctlr_vlan_recv(struct fcoe_ctlr *fip, struct sk_buff *skb) argument
3027 struct fcoe_ctlr *fip = disc->priv; local
3045 fcoe_ctlr_vn_disc(struct fcoe_ctlr *fip) argument
3073 fcoe_ctlr_vn_timeout(struct fcoe_ctlr *fip) argument
3160 fcoe_ctlr_mode_set(struct fc_lport *lport, struct fcoe_ctlr *fip, enum fip_mode fip_mode) argument
3198 fcoe_libfc_config(struct fc_lport *lport, struct fcoe_ctlr *fip, const struct libfc_function_template *tt, int init_fcp) argument
3217 struct fcoe_ctlr *fip = fcoe_ctlr_device_priv(ctlr_dev); local
[all...]
H A Dlibfcoe.h23 #define LIBFCOE_FIP_DBG(fip, fmt, args...) \
25 pr_info("host%d: fip: " fmt, \
26 (fip)->lp->host->host_no, ##args);)
H A Dfcoe.c294 struct fcoe_ctlr *fip = fcoe_to_ctlr(fcoe); local
324 memcpy(fip->ctl_src_addr, ha->addr, ETH_ALEN);
325 fip->spma = 1;
332 if (!fip->spma)
333 memcpy(fip->ctl_src_addr, netdev->dev_addr, netdev->addr_len);
341 if (fip->spma)
342 dev_uc_add(netdev, fip->ctl_src_addr);
343 if (fip->mode == FIP_MODE_VN2VN) {
444 struct fcoe_ctlr *fip = fcoe_to_ctlr(fcoe); local
462 if (fip
488 struct fcoe_ctlr *fip = fcoe_to_ctlr(fcoe); local
562 fcoe_fip_send(struct fcoe_ctlr *fip, struct sk_buff *skb) argument
567 struct fip_header fip; member in struct:fip_frame
2561 struct fcoe_ctlr *fip = arg; local
2616 struct fcoe_ctlr *fip = fcoe_to_ctlr(fcoe); local
[all...]
H A Dfcoe_sysfs.c373 struct fcoe_ctlr *fip = fcoe_ctlr_device_priv(ctlr); local
375 mutex_lock(&fip->ctlr_mutex);
378 fip->fip_resp = 1;
379 mutex_unlock(&fip->ctlr_mutex);
383 fip->fip_resp = 0;
384 mutex_unlock(&fip->ctlr_mutex);
388 mutex_unlock(&fip->ctlr_mutex);
397 struct fcoe_ctlr *fip = fcoe_ctlr_device_priv(ctlr); local
399 return sprintf(buf, "%d\n", fip->fip_resp ? 1 : 0);
H A Dfcoe_transport.c220 struct fcoe_ctlr *fip = fcoe_ctlr_device_priv(ctlr_dev); local
221 struct net_device *netdev = fcoe_get_netdev(fip->lp);
225 __fcoe_get_lesb(fip->lp, fc_lesb, netdev);
/linux-master/arch/x86/include/asm/
H A Duser_32.h49 long fip; member in struct:user_i387_struct
61 long fip; member in struct:user_fxsr_struct
H A Duser32.h12 u32 fip; member in struct:user_i387_ia32_struct
25 int fip; member in struct:user32_fxsr_struct
/linux-master/drivers/scsi/fnic/
H A Dfnic_fip.h41 struct fip_header fip; member in struct:fip_vlan
H A Dfnic_fcs.c177 "deleting fip-timer during link-down\n");
295 * @fip: The FCoE controller that received the frame
301 static inline int is_fnic_fip_flogi_reject(struct fcoe_ctlr *fip, argument
304 struct fc_lport *lport = fip->lp;
368 struct fcoe_ctlr *fip = &fnic->ctlr; local
390 memcpy(vlan->eth.h_source, fip->ctl_src_addr, ETH_ALEN);
394 vlan->fip.fip_ver = FIP_VER_ENCAPS(FIP_VER);
395 vlan->fip.fip_op = htons(FIP_OP_VLAN);
396 vlan->fip.fip_subcode = FIP_SC_VL_REQ;
397 vlan->fip
421 struct fcoe_ctlr *fip = &fnic->ctlr; local
1017 fnic_eth_send(struct fcoe_ctlr *fip, struct sk_buff *skb) argument
[all...]
H A Dfnic.h344 static inline struct fnic *fnic_from_ctlr(struct fcoe_ctlr *fip) argument
346 return container_of(fip, struct fnic, ctlr);
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_tc_u32_parse.h88 memcpy(&f->val.fip[0], &val, sizeof(u32));
89 memcpy(&f->mask.fip[0], &mask, sizeof(u32));
134 memcpy(&f->val.fip[0], &val, sizeof(u32));
135 memcpy(&f->mask.fip[0], &mask, sizeof(u32));
143 memcpy(&f->val.fip[4], &val, sizeof(u32));
144 memcpy(&f->mask.fip[4], &mask, sizeof(u32));
152 memcpy(&f->val.fip[8], &val, sizeof(u32));
153 memcpy(&f->mask.fip[8], &mask, sizeof(u32));
161 memcpy(&f->val.fip[12], &val, sizeof(u32));
162 memcpy(&f->mask.fip[1
[all...]
H A Dcxgb4_filter.c907 memcpy(fwr->fip, f->fs.val.fip, sizeof(fwr->fip));
908 memcpy(fwr->fipm, f->fs.mask.fip, sizeof(fwr->fipm));
1059 unsigned int fip = 0, fip_mask = 0; local
1092 fip |= fs->val.fip[i];
1093 fip_mask |= fs->mask.fip[i];
1099 if (fip && !fip_mask)
1100 memset(fs->mask.fip, ~
[all...]
H A Dcxgb4_tc_flower.c207 memcpy(&fs->val.fip[0], &match.key->src, sizeof(match.key->src));
209 memcpy(&fs->mask.fip[0], &match.mask->src, sizeof(match.mask->src));
211 /* also initialize nat_lip/fip to same values */
223 memcpy(&fs->val.fip[0], match.key->src.s6_addr,
227 memcpy(&fs->mask.fip[0], match.mask->src.s6_addr,
230 /* also initialize nat_lip/fip to same values */
H A Dcxgb4_ethtool.c1670 memcpy(&fs->h_u.tcp_ip6_spec.ip6src, &dfs->val.fip[0],
1672 memcpy(&fs->m_u.tcp_ip6_spec.ip6src, &dfs->mask.fip[0],
1685 memcpy(&fs->h_u.tcp_ip4_spec.ip4src, &dfs->val.fip[0],
1687 memcpy(&fs->m_u.tcp_ip4_spec.ip4src, &dfs->mask.fip[0],
/linux-master/scripts/
H 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-master/drivers/scsi/qedf/
H A Dqedf_fip.c40 vlan->fip.fip_ver = FIP_VER_ENCAPS(FIP_VER);
41 vlan->fip.fip_op = htons(FIP_OP_VLAN);
42 vlan->fip.fip_subcode = FIP_SC_VL_REQ;
43 vlan->fip.fip_dl_len = htons(sizeof(vlan->desc) / FIP_BPW);
121 void qedf_fip_send(struct fcoe_ctlr *fip, struct sk_buff *skb) argument
123 struct qedf_ctx *qedf = container_of(fip, struct qedf_ctx, ctlr);
154 print_hex_dump(KERN_WARNING, "fip ", DUMP_PREFIX_OFFSET, 16, 1,
196 print_hex_dump(KERN_WARNING, "fip ", DUMP_PREFIX_OFFSET, 16, 1,
H A Dqedf.h491 extern void qedf_fip_send(struct fcoe_ctlr *fip, struct sk_buff *skb);
565 struct fip_header fip; member in struct:fip_vlan
/linux-master/arch/x86/kernel/fpu/
H A Dregset.c343 env->fip = fxsave->rip;
357 env->fip = fxsave->fip;
386 fxsave->rip = env->fip;
390 fxsave->fip = env->fip;
/linux-master/include/scsi/
H A Dlibfcoe.h178 * @fip: The controller that the FCF was discovered on
202 struct fcoe_ctlr *fip; member in struct:fcoe_fcf
270 * @fip: FCoE controller.
272 static inline bool is_fip_mode(struct fcoe_ctlr *fip) argument
274 return fip->state == FIP_ST_ENABLED;
/linux-master/arch/x86/include/asm/fpu/
H A Dtypes.h18 u32 fip; /* FPU IP Offset */ member in struct:fregs_state
47 u32 fip; /* FPU IP Offset */ member in struct:fxregs_state::__anon50::__anon52
85 u32 fip; member in struct:swregs_state
/linux-master/drivers/scsi/bnx2fc/
H A Dbnx2fc_els.c863 struct fcoe_ctlr *fip = arg; local
892 } else if (fip->sel_fcf && fip->sel_fcf->fc_map != 0) {
893 hton24(fc_map, fip->sel_fcf->fc_map);
907 fip->update_mac(lport, fcoe_mac);
915 struct fcoe_ctlr *fip = arg; local
921 fip->update_mac(lport, zero_mac);
934 struct fcoe_ctlr *fip = bnx2fc_to_ctlr(interface); local
941 fip, timeout);
947 fip, timeou
[all...]
H A Dbnx2fc_fcoe.c1094 * @fip: FCoE controller.
1097 static void bnx2fc_fip_send(struct fcoe_ctlr *fip, struct sk_buff *skb) argument
1113 skb->dev = bnx2fc_from_ctlr(fip)->netdev;
2304 printk(KERN_ERR "fip mode not FABRIC\n");
/linux-master/arch/x86/math-emu/
H A Dfpu_system.h104 #define instruction_address (*(struct address *)&I387->soft.fip)
H A Dfpu_aux.c47 iaddr = (struct address *)&soft->fip;
/linux-master/arch/x86/um/
H A Dsignal.c94 env[3] = fxsave->fip;
130 fxsave->fip = env[3];

Completed in 237 milliseconds

12