/linux-4.1.27/drivers/net/wan/ |
D | sdla.c | 187 struct frad_local *flp; in sdla_stop() local 189 flp = netdev_priv(dev); in sdla_stop() 190 switch(flp->type) in sdla_stop() 194 flp->state = SDLA_HALT; in sdla_stop() 199 flp->state = SDLA_S502E_ENABLE; in sdla_stop() 202 flp->state &= ~SDLA_CPUEN; in sdla_stop() 203 outb(flp->state, dev->base_addr + SDLA_REG_CONTROL); in sdla_stop() 206 flp->state &= ~SDLA_CPUEN; in sdla_stop() 207 outb(flp->state, dev->base_addr + SDLA_REG_CONTROL); in sdla_stop() 214 struct frad_local *flp; in sdla_start() local [all …]
|
D | dlci.c | 206 struct frad_local *flp; in dlci_config() local 211 flp = netdev_priv(dlp->slave); in dlci_config() 223 err = (*flp->dlci_conf)(dlp->slave, dev, get); in dlci_config() 277 struct frad_local *flp; in dlci_open() local 288 flp = netdev_priv(dlp->slave); in dlci_open() 289 err = (*flp->activate)(dlp->slave, dev); in dlci_open() 301 struct frad_local *flp; in dlci_close() local 308 flp = netdev_priv(dlp->slave); in dlci_close() 309 err = (*flp->deactivate)(dlp->slave, dev); in dlci_close() 318 struct frad_local *flp; in dlci_add() local [all …]
|
/linux-4.1.27/include/net/ |
D | ip_fib.h | 194 int fib_table_lookup(struct fib_table *tb, const struct flowi4 *flp, 229 static inline int fib_lookup(struct net *net, const struct flowi4 *flp, in fib_lookup() argument 238 if (tb && !fib_table_lookup(tb, flp, res, FIB_LOOKUP_NOREF)) in fib_lookup() 253 int __fib_lookup(struct net *net, struct flowi4 *flp, struct fib_result *res); 255 static inline int fib_lookup(struct net *net, struct flowi4 *flp, in fib_lookup() argument 262 return __fib_lookup(net, flp, res); in fib_lookup() 270 if (tb && !fib_table_lookup(tb, flp, res, FIB_LOOKUP_NOREF)) in fib_lookup() 274 if (tb && !fib_table_lookup(tb, flp, res, FIB_LOOKUP_NOREF)) in fib_lookup()
|
D | route.h | 113 struct rtable *__ip_route_output_key(struct net *, struct flowi4 *flp); 114 struct rtable *ip_route_output_flow(struct net *, struct flowi4 *flp, 119 static inline struct rtable *ip_route_output_key(struct net *net, struct flowi4 *flp) in ip_route_output_key() argument 121 return ip_route_output_flow(net, flp, NULL); in ip_route_output_key()
|
/linux-4.1.27/fs/xfs/libxfs/ |
D | xfs_bmap.h | 133 static inline void xfs_bmap_init(xfs_bmap_free_t *flp, xfs_fsblock_t *fbp) in xfs_bmap_init() argument 135 ((flp)->xbf_first = NULL, (flp)->xbf_count = 0, \ in xfs_bmap_init() 136 (flp)->xbf_low = 0, *(fbp) = NULLFSBLOCK); in xfs_bmap_init()
|
/linux-4.1.27/net/decnet/ |
D | dn_rules.c | 53 int dn_fib_lookup(struct flowidn *flp, struct dn_fib_res *res) in dn_fib_lookup() argument 61 flowidn_to_flowi(flp), 0, &arg); in dn_fib_lookup() 67 static int dn_fib_rule_action(struct fib_rule *rule, struct flowi *flp, in dn_fib_rule_action() argument 70 struct flowidn *fld = &flp->u.dn; in dn_fib_rule_action()
|
D | dn_route.c | 1249 static int __dn_route_output_key(struct dst_entry **pprt, const struct flowidn *flp, int flags) in __dn_route_output_key() argument 1251 unsigned int hash = dn_hash(flp->saddr, flp->daddr); in __dn_route_output_key() 1258 if ((flp->daddr == rt->fld.daddr) && in __dn_route_output_key() 1259 (flp->saddr == rt->fld.saddr) && in __dn_route_output_key() 1260 (flp->flowidn_mark == rt->fld.flowidn_mark) && in __dn_route_output_key() 1262 (rt->fld.flowidn_oif == flp->flowidn_oif)) { in __dn_route_output_key() 1272 return dn_route_output_slow(pprt, flp, flags); in __dn_route_output_key() 1275 static int dn_route_output_key(struct dst_entry **pprt, struct flowidn *flp, int flags) in dn_route_output_key() argument 1279 err = __dn_route_output_key(pprt, flp, flags); in dn_route_output_key() 1280 if (err == 0 && flp->flowidn_proto) { in dn_route_output_key() [all …]
|
D | dn_table.c | 787 static int dn_fib_table_lookup(struct dn_fib_table *tb, const struct flowidn *flp, struct dn_fib_re… in dn_fib_table_lookup() argument 796 dn_fib_key_t k = dz_key(flp->daddr, dz); in dn_fib_table_lookup() 811 if (f->fn_scope < flp->flowidn_scope) in dn_fib_table_lookup() 814 err = dn_fib_semantic_match(f->fn_type, DN_FIB_INFO(f), flp, res); in dn_fib_table_lookup()
|
/linux-4.1.27/drivers/scsi/libfc/ |
D | fc_lport.c | 813 struct fc_els_flogi *flp; in fc_lport_recv_flogi_req() local 823 flp = fc_frame_payload_get(rx_fp, sizeof(*flp)); in fc_lport_recv_flogi_req() 824 if (!flp) in fc_lport_recv_flogi_req() 826 remote_wwpn = get_unaligned_be64(&flp->fl_wwpn); in fc_lport_recv_flogi_req() 851 fp = fc_frame_alloc(lport, sizeof(*flp)); in fc_lport_recv_flogi_req() 853 new_flp = fc_frame_payload_get(fp, sizeof(*flp)); in fc_lport_recv_flogi_req() 871 get_unaligned_be64(&flp->fl_wwnn)); in fc_lport_recv_flogi_req() 1709 struct fc_els_flogi *flp; in fc_lport_flogi_resp() local 1745 flp = fc_frame_payload_get(fp, sizeof(*flp)); in fc_lport_flogi_resp() 1746 if (!flp) { in fc_lport_flogi_resp() [all …]
|
D | fc_rport.c | 203 static unsigned int fc_plogi_get_maxframe(struct fc_els_flogi *flp, in fc_plogi_get_maxframe() argument 212 mfs = ntohs(flp->fl_csp.sp_bb_data) & FC_SP_BB_DATA_MASK; in fc_plogi_get_maxframe() 215 mfs = ntohs(flp->fl_cssp[3 - 1].cp_rdfs); in fc_plogi_get_maxframe() 754 struct fc_els_flogi *flp; in fc_rport_recv_flogi_req() local 773 flp = fc_frame_payload_get(fp, sizeof(*flp)); in fc_rport_recv_flogi_req() 774 if (!flp) { in fc_rport_recv_flogi_req() 837 fp = fc_frame_alloc(lport, sizeof(*flp)); in fc_rport_recv_flogi_req() 842 flp = fc_frame_payload_get(fp, sizeof(*flp)); in fc_rport_recv_flogi_req() 843 flp->fl_cmd = ELS_LS_ACC; in fc_rport_recv_flogi_req()
|
/linux-4.1.27/net/ipv6/ |
D | ip6_flowlabel.c | 140 struct ip6_flowlabel __rcu **flp; in ip6_fl_gc() local 142 flp = &fl_ht[i]; in ip6_fl_gc() 143 while ((fl = rcu_dereference_protected(*flp, in ip6_fl_gc() 151 *flp = fl->next; in ip6_fl_gc() 159 flp = &fl->next; in ip6_fl_gc() 177 struct ip6_flowlabel __rcu **flp; in ip6_fl_purge() local 179 flp = &fl_ht[i]; in ip6_fl_purge() 180 while ((fl = rcu_dereference_protected(*flp, in ip6_fl_purge() 184 *flp = fl->next; in ip6_fl_purge() 189 flp = &fl->next; in ip6_fl_purge()
|
D | fib6_rules.c | 50 static int fib6_rule_action(struct fib_rule *rule, struct flowi *flp, in fib6_rule_action() argument 53 struct flowi6 *flp6 = &flp->u.ip6; in fib6_rule_action()
|
D | ip6mr.c | 157 static int ip6mr_rule_action(struct fib_rule *rule, struct flowi *flp, in ip6mr_rule_action() argument 182 static int ip6mr_rule_match(struct fib_rule *rule, struct flowi *flp, int flags) in ip6mr_rule_match() argument
|
/linux-4.1.27/net/ipv4/ |
D | fib_rules.c | 50 int __fib_lookup(struct net *net, struct flowi4 *flp, struct fib_result *res) in __fib_lookup() argument 58 err = fib_rules_lookup(net->ipv4.rules_ops, flowi4_to_flowi(flp), 0, &arg); in __fib_lookup() 73 static int fib4_rule_action(struct fib_rule *rule, struct flowi *flp, in fib4_rule_action() argument 98 err = fib_table_lookup(tbl, &flp->u.ip4, in fib4_rule_action()
|
D | fib_trie.c | 1260 int fib_table_lookup(struct fib_table *tb, const struct flowi4 *flp, in fib_table_lookup() argument 1267 const t_key key = ntohl(flp->daddr); in fib_table_lookup() 1391 if (fa->fa_tos && fa->fa_tos != flp->flowi4_tos) in fib_table_lookup() 1395 if (fa->fa_info->fib_scope < flp->flowi4_scope) in fib_table_lookup() 1412 if (flp->flowi4_oif && flp->flowi4_oif != nh->nh_oif) in fib_table_lookup()
|
D | ipmr.c | 173 static int ipmr_rule_action(struct fib_rule *rule, struct flowi *flp, in ipmr_rule_action() argument
|
/linux-4.1.27/fs/ |
D | locks.c | 1595 generic_add_lease(struct file *filp, long arg, struct file_lock **flp, void **priv) in generic_add_lease() argument 1601 bool is_deleg = (*flp)->fl_flags & FL_DELEG; in generic_add_lease() 1605 lease = *flp; in generic_add_lease() 1705 *flp = NULL; in generic_add_lease() 1750 int generic_setlease(struct file *filp, long arg, struct file_lock **flp, in generic_setlease() argument 1770 if (!(*flp)->fl_lmops->lm_break) { in generic_setlease() 1775 return generic_add_lease(filp, arg, flp, priv); in generic_setlease()
|
D | libfs.c | 1090 simple_nosetlease(struct file *filp, long arg, struct file_lock **flp, in simple_nosetlease() argument
|
/linux-4.1.27/include/linux/ |
D | fs.h | 1175 struct file_lock **flp, void **priv) in generic_setlease() argument
|