Searched defs:tp (Results 351 - 375 of 410) sorted by relevance

<<11121314151617

/linux-master/drivers/platform/x86/
H A Dacer-wmi.c1812 u8 tp; local
1847 int tp; local
1924 int tp, err; local
[all...]
/linux-master/drivers/net/ethernet/chelsio/cxgb3/
H A Dcxgb3_main.c2502 const struct trace_params *tp; local
H A Dcommon.h384 struct tp_params tp; member in struct:adapter_params
H A Dt3_hw.c2931 t3_config_trace_filter(struct adapter *adapter, const struct trace_params *tp, int filter_index, int invert, int enable) argument
[all...]
/linux-master/include/linux/
H A Dtcp.h575 static inline void tcp_move_syn(struct tcp_sock *tp, argument
582 static inline void tcp_saved_syn_free(struct tcp_sock *tp) argument
598 static inline u16 tcp_mss_clamp(const struct tcp_sock *tp, u16 mss) argument
H A Dtrace_events.h380 struct tracepoint *tp; member in union:trace_event_call::__anon2624
/linux-master/include/net/
H A Dsch_generic.h499 lockdep_tcf_proto_is_locked(struct tcf_proto *tp) argument
[all...]
H A Dpkt_cls.h97 static inline bool tc_cls_stats_dump(struct tcf_proto *tp, argument
180 tcf_bind_filter(struct tcf_proto *tp, struct tcf_result *r, unsigned long base) argument
204 tcf_unbind_filter(struct tcf_proto *tp, struct tcf_result *r) argument
152 tcf_classify(struct sk_buff *skb, const struct tcf_block *block, const struct tcf_proto *tp, struct tcf_result *res, bool compat_mode) argument
751 tc_cls_common_offload_init(struct flow_cls_common_offload *cls_common, const struct tcf_proto *tp, u32 flags, struct netlink_ext_ack *extack) argument
[all...]
/linux-master/net/sched/
H A Dcls_flower.c56 struct flow_dissector_key_ports tp; member in struct:fl_flow_key
352 static int fl_init(struct tcf_proto *tp) argument
411 static struct cls_fl_head *fl_head_dereference(struct tcf_proto *tp) argument
314 fl_classify(struct sk_buff *skb, const struct tcf_proto *tp, struct tcf_result *res) argument
438 fl_hw_destroy_filter(struct tcf_proto *tp, struct cls_fl_filter *f, bool rtnl_held, struct netlink_ext_ack *extack) argument
453 fl_hw_replace_filter(struct tcf_proto *tp, struct cls_fl_filter *f, bool rtnl_held, struct netlink_ext_ack *extack) argument
498 fl_hw_update_stats(struct tcf_proto *tp, struct cls_fl_filter *f, bool rtnl_held) argument
539 fl_get_exts(const struct tcf_proto *tp, u32 handle) argument
548 __fl_delete(struct tcf_proto *tp, struct cls_fl_filter *f, bool *last, bool rtnl_held, struct netlink_ext_ack *extack) argument
589 fl_destroy(struct tcf_proto *tp, bool rtnl_held, struct netlink_ext_ack *extack) argument
610 fl_put(struct tcf_proto *tp, void *arg) argument
617 fl_get(struct tcf_proto *tp, u32 handle) argument
2305 fl_change(struct net *net, struct sk_buff *in_skb, struct tcf_proto *tp, unsigned long base, u32 handle, struct nlattr **tca, void **arg, u32 flags, struct netlink_ext_ack *extack) argument
2556 fl_delete(struct tcf_proto *tp, void *arg, bool *last, bool rtnl_held, struct netlink_ext_ack *extack) argument
2571 fl_walk(struct tcf_proto *tp, struct tcf_walker *arg, bool rtnl_held) argument
2602 fl_get_next_hw_filter(struct tcf_proto *tp, struct cls_fl_filter *f, bool add) argument
2626 fl_reoffload(struct tcf_proto *tp, bool add, flow_setup_cb_t *cb, void *cb_priv, struct netlink_ext_ack *extack) argument
2688 fl_hw_add(struct tcf_proto *tp, void *type_data) argument
2700 fl_hw_del(struct tcf_proto *tp, void *type_data) argument
3601 fl_dump(struct net *net, struct tcf_proto *tp, void *fh, struct sk_buff *skb, struct tcmsg *t, bool rtnl_held) argument
3659 fl_terse_dump(struct net *net, struct tcf_proto *tp, void *fh, struct sk_buff *skb, struct tcmsg *t, bool rtnl_held) argument
3734 fl_delete_empty(struct tcf_proto *tp) argument
[all...]
H A Dcls_api.c55 const struct tcf_proto *tp; member in struct:tcf_exts_miss_cookie_node
77 tcf_exts_miss_cookie_base_alloc(struct tcf_exts *exts, struct tcf_proto *tp, argument
133 tcf_exts_miss_cookie_base_alloc(struct tcf_exts *exts, struct tcf_proto *tp, argument
172 static u32 destroy_obj_hashfn(const struct tcf_proto *tp) argument
178 tcf_proto_signal_destroying(struct tcf_chain *chain, struct tcf_proto *tp) argument
197 tcf_proto_exists_destroying(struct tcf_chain *chain, struct tcf_proto *tp) argument
218 tcf_proto_signal_destroyed(struct tcf_chain *chain, struct tcf_proto *tp) argument
334 tcf_auto_prio(struct tcf_proto *tp) argument
377 struct tcf_proto *tp; local
408 tcf_proto_get(struct tcf_proto *tp) argument
450 tcf_proto_destroy(struct tcf_proto *tp, bool rtnl_held, bool sig_destroy, struct netlink_ext_ack *extack) argument
462 tcf_proto_put(struct tcf_proto *tp, bool rtnl_held, struct netlink_ext_ack *extack) argument
469 tcf_proto_check_delete(struct tcf_proto *tp) argument
478 tcf_proto_mark_delete(struct tcf_proto *tp) argument
485 tcf_proto_is_deleting(struct tcf_proto *tp) argument
758 struct tcf_proto *tp, *tp_next; local
1116 __tcf_get_next_proto(struct tcf_chain *chain, struct tcf_proto *tp) argument
1157 tcf_get_next_proto(struct tcf_chain *chain, struct tcf_proto *tp) argument
1589 struct tcf_proto *tp, *tp_prev; local
1718 __tcf_classify(struct sk_buff *skb, const struct tcf_proto *tp, const struct tcf_proto *orig_tp, struct tcf_result *res, bool compat_mode, struct tcf_exts_miss_cookie_node *n, int act_index, u32 *last_executed_chain) argument
1811 tcf_classify(struct sk_buff *skb, const struct tcf_block *block, const struct tcf_proto *tp, struct tcf_result *res, bool compat_mode) argument
1904 tcf_chain_tp_insert(struct tcf_chain *chain, struct tcf_chain_info *chain_info, struct tcf_proto *tp) argument
1920 tcf_chain_tp_remove(struct tcf_chain *chain, struct tcf_chain_info *chain_info, struct tcf_proto *tp) argument
1948 struct tcf_proto *tp; local
1976 tcf_chain_tp_delete_empty(struct tcf_chain *chain, struct tcf_proto *tp, bool rtnl_held, struct netlink_ext_ack *extack) argument
2023 struct tcf_proto *tp; local
2050 tcf_fill_node(struct net *net, struct sk_buff *skb, struct tcf_proto *tp, struct tcf_block *block, struct Qdisc *q, u32 parent, void *fh, u32 portid, u32 seq, u16 flags, int event, bool terse_dump, bool rtnl_held, struct netlink_ext_ack *extack) argument
2111 tfilter_notify(struct net *net, struct sk_buff *oskb, struct nlmsghdr *n, struct tcf_proto *tp, struct tcf_block *block, struct Qdisc *q, u32 parent, void *fh, int event, bool unicast, bool rtnl_held, struct netlink_ext_ack *extack) argument
2143 tfilter_del_notify(struct net *net, struct sk_buff *oskb, struct nlmsghdr *n, struct tcf_proto *tp, struct tcf_block *block, struct Qdisc *q, u32 parent, void *fh, bool *last, bool rtnl_held, struct netlink_ext_ack *extack) argument
2188 struct tcf_proto *tp; local
2196 tfilter_put(struct tcf_proto *tp, void *fh) argument
2223 struct tcf_proto *tp; local
2457 struct tcf_proto *tp = NULL; local
2613 struct tcf_proto *tp = NULL; local
2730 tcf_node_dump(struct tcf_proto *tp, void *n, struct tcf_walker *arg) argument
2748 struct tcf_proto *tp, *tp_prev; local
3301 tcf_exts_init_ex(struct tcf_exts *exts, struct net *net, int action, int police, struct tcf_proto *tp, u32 handle, bool use_action_miss) argument
3356 tcf_exts_validate_ex(struct net *net, struct tcf_proto *tp, struct nlattr **tb, struct nlattr *rate_tlv, struct tcf_exts *exts, u32 flags, u32 fl_flags, struct netlink_ext_ack *extack) argument
3410 tcf_exts_validate(struct net *net, struct tcf_proto *tp, struct nlattr **tb, struct nlattr *rate_tlv, struct tcf_exts *exts, u32 flags, struct netlink_ext_ack *extack) argument
3538 tc_cls_offload_cnt_update(struct tcf_block *block, struct tcf_proto *tp, u32 *cnt, u32 *flags, u32 diff, bool add) argument
3558 tc_cls_offload_cnt_reset(struct tcf_block *block, struct tcf_proto *tp, u32 *cnt, u32 *flags) argument
3624 tc_setup_cb_add(struct tcf_block *block, struct tcf_proto *tp, enum tc_setup_type type, void *type_data, bool err_stop, u32 *flags, unsigned int *in_hw_count, bool rtnl_held) argument
3674 tc_setup_cb_replace(struct tcf_block *block, struct tcf_proto *tp, enum tc_setup_type type, void *type_data, bool err_stop, u32 *old_flags, unsigned int *old_in_hw_count, u32 *new_flags, unsigned int *new_in_hw_count, bool rtnl_held) argument
3728 tc_setup_cb_destroy(struct tcf_block *block, struct tcf_proto *tp, enum tc_setup_type type, void *type_data, bool err_stop, u32 *flags, unsigned int *in_hw_count, bool rtnl_held) argument
3762 tc_setup_cb_reoffload(struct tcf_block *block, struct tcf_proto *tp, bool add, flow_setup_cb_t *cb, enum tc_setup_type type, void *type_data, void *cb_priv, u32 *flags, unsigned int *in_hw_count) argument
[all...]
/linux-master/net/xfrm/
H A Dxfrm_user.c1976 static int copy_from_user_policy_type(u8 *tp, struct nlattr **attrs, argument
/linux-master/drivers/platform/x86/hp/
H A Dhp-wmi.c1200 int tp; local
1251 int err, tp, tp_version; local
1317 int tp; local
1346 int err, tp; local
1387 int tp; local
1413 int err, tp; local
1438 int err, tp; local
[all...]
/linux-master/kernel/trace/
H A Dtrace_events_user.c1676 struct tracepoint *tp = &user->tracepoint; local
2247 struct tracepoint *tp; local
[all...]
/linux-master/tools/perf/util/
H A Dprobe-event.c656 static int find_perf_probe_point_from_dwarf(struct probe_trace_point *tp, argument
703 post_process_probe_trace_point(struct probe_trace_point *tp, struct map *map, u64 offs) argument
1860 struct probe_trace_point *tp = &tev->point; local
2173 synthesize_uprobe_trace_def(struct probe_trace_point *tp, struct strbuf *buf) argument
2201 synthesize_kprobe_trace_def(struct probe_trace_point *tp, struct strbuf *buf) argument
2215 struct probe_trace_point *tp = &tev->point; local
2242 find_perf_probe_point_from_map(struct probe_trace_point *tp, struct perf_probe_point *pp, bool is_kprobe) argument
2282 convert_to_perf_probe_point(struct probe_trace_point *tp, struct perf_probe_point *pp, bool is_kprobe) argument
2809 struct probe_trace_point *tp = &tev->point; local
3053 struct probe_trace_point *tp; local
3225 struct probe_trace_point *tp; local
3606 struct probe_trace_point *tp = &tev->point; local
[all...]
/linux-master/tools/tracing/latency/
H A Dlatency-collector.c276 clock_gettime_or_die(clockid_t clk_id, struct timespec *tp) argument
/linux-master/net/ipv4/
H A Dtcp_ipv4.c116 struct tcp_sock *tp = tcp_sk(sk); local
213 struct tcp_sock *tp = tcp_sk(sk); local
431 struct tcp_sock *tp = tcp_sk(sk); local
487 struct tcp_sock *tp; local
1246 const struct tcp_sock *tp = tcp_sk(sk); local
1291 const struct tcp_sock *tp = tcp_sk(sk); local
1335 struct tcp_sock *tp = tcp_sk(sk); local
1355 struct tcp_sock *tp = tcp_sk(sk); local
1402 struct tcp_sock *tp = tcp_sk(sk); local
1433 struct tcp_sock *tp = tcp_sk(sk); local
1478 struct tcp_sock *tp = tcp_sk(sk); local
2513 struct tcp_sock *tp = tcp_sk(sk); local
2875 const struct tcp_sock *tp = tcp_sk(sk); local
3315 const struct tcp_sock *tp = tcp_sk(sk); local
[all...]
H A Dtcp.c401 static u64 tcp_compute_delivery_rate(const struct tcp_sock *tp) argument
422 struct tcp_sock *tp = tcp_sk(sk); local
508 const struct tcp_sock *tp = tcp_sk(sk); local
613 struct tcp_sock *tp = tcp_sk(sk); local
658 tcp_mark_push(struct tcp_sock *tp, struct sk_buff *skb) argument
664 forced_push(const struct tcp_sock *tp) argument
671 struct tcp_sock *tp = tcp_sk(sk); local
686 tcp_mark_urg(struct tcp_sock *tp, int flags) argument
715 struct tcp_sock *tp = tcp_sk(sk); local
907 struct tcp_sock *tp = tcp_sk(sk); local
990 tcp_free_fastopen_req(struct tcp_sock *tp) argument
1001 struct tcp_sock *tp = tcp_sk(sk); local
1047 struct tcp_sock *tp = tcp_sk(sk); local
1361 struct tcp_sock *tp = tcp_sk(sk); local
1381 struct tcp_sock *tp = tcp_sk(sk); local
1454 struct tcp_sock *tp = tcp_sk(sk); local
1505 struct tcp_sock *tp = tcp_sk(sk); local
1565 struct tcp_sock *tp = tcp_sk(sk); local
1667 struct tcp_sock *tp = tcp_sk(sk); local
2093 struct tcp_sock *tp = tcp_sk(sk); local
2298 const struct tcp_sock *tp = tcp_sk(sk); local
2329 struct tcp_sock *tp = tcp_sk(sk); local
2904 struct tcp_sock *tp = tcp_sk(sk); local
3013 struct tcp_sock *tp = tcp_sk(sk); local
3148 tcp_repair_set_window(struct tcp_sock *tp, sockptr_t optbuf, int len) argument
3183 struct tcp_sock *tp = tcp_sk(sk); local
3256 struct tcp_sock *tp = tcp_sk(sk); local
3350 struct tcp_sock *tp = tcp_sk(sk); local
3405 struct tcp_sock *tp = tcp_sk(sk); local
3441 struct tcp_sock *tp = tcp_sk(sk); local
3771 tcp_get_info_chrono_stats(const struct tcp_sock *tp, struct tcp_info *info) argument
3793 const struct tcp_sock *tp = tcp_sk(sk); /* iff sk_type == SOCK_STREAM */ local
3971 const struct tcp_sock *tp = tcp_sk(sk); local
4037 struct tcp_sock *tp = tcp_sk(sk); local
4475 const struct tcp_sock *tp = tcp_sk(sk); local
[all...]
/linux-master/fs/xfs/libxfs/
H A Dxfs_bmap.c232 xfs_bmap_read_buf( struct xfs_mount *mp, struct xfs_trans *tp, xfs_fsblock_t fsbno, struct xfs_buf **bpp) argument
560 xfs_bmap_btree_to_extents( struct xfs_trans *tp, struct xfs_inode *ip, struct xfs_btree_cur *cur, int *logflagsp, int whichfork) argument
628 xfs_bmap_extents_to_btree( struct xfs_trans *tp, struct xfs_inode *ip, struct xfs_btree_cur **curp, int wasdel, int *logflagsp, int whichfork) argument
762 xfs_bmap_local_to_extents_empty( struct xfs_trans *tp, struct xfs_inode *ip, int whichfork) argument
783 xfs_bmap_local_to_extents( xfs_trans_t *tp, xfs_inode_t *ip, xfs_extlen_t total, int *logflagsp, int whichfork, void (*init_fn)(struct xfs_trans *tp, struct xfs_buf *bp, struct xfs_inode *ip, struct xfs_ifork *ifp, void *priv), void *priv) argument
885 xfs_bmap_add_attrfork_btree( xfs_trans_t *tp, xfs_inode_t *ip, int *flags) argument
930 xfs_bmap_add_attrfork_extents( struct xfs_trans *tp, struct xfs_inode *ip, int *flags) argument
963 xfs_bmap_add_attrfork_local( struct xfs_trans *tp, struct xfs_inode *ip, int *flags) argument
1032 xfs_bmap_add_attrfork( struct xfs_trans *tp, struct xfs_inode *ip, int size, int rsvd) argument
1191 xfs_iread_extents( struct xfs_trans *tp, struct xfs_inode *ip, int whichfork) argument
1243 xfs_bmap_first_unused( struct xfs_trans *tp, struct xfs_inode *ip, xfs_extlen_t len, xfs_fileoff_t *first_unused, int whichfork) argument
1291 xfs_bmap_last_before( struct xfs_trans *tp, struct xfs_inode *ip, xfs_fileoff_t *last_block, int whichfork) argument
1325 xfs_bmap_last_extent( struct xfs_trans *tp, struct xfs_inode *ip, int whichfork, struct xfs_bmbt_irec *rec, int *is_empty) argument
1996 xfs_bmap_add_extent_unwritten_real( struct xfs_trans *tp, xfs_inode_t *ip, int whichfork, struct xfs_iext_cursor *icur, struct xfs_btree_cur **curp, xfs_bmbt_irec_t *new, int *logflagsp) argument
2694 xfs_bmap_add_extent_hole_real( struct xfs_trans *tp, struct xfs_inode *ip, int whichfork, struct xfs_iext_cursor *icur, struct xfs_btree_cur **curp, struct xfs_bmbt_irec *new, int *logflagsp, uint32_t flags) argument
3257 xfs_bmap_longest_free_extent( struct xfs_perag *pag, struct xfs_trans *tp, xfs_extlen_t *blen) argument
4348 xfs_bmapi_minleft( struct xfs_trans *tp, struct xfs_inode *ip, int fork) argument
4405 xfs_bmapi_write( struct xfs_trans *tp, struct xfs_inode *ip, xfs_fileoff_t bno, xfs_filblks_t len, uint32_t flags, xfs_extlen_t total, struct xfs_bmbt_irec *mval, int *nmap) argument
4636 struct xfs_trans *tp; local
4781 xfs_bmapi_remap( struct xfs_trans *tp, struct xfs_inode *ip, xfs_fileoff_t bno, xfs_filblks_t len, xfs_fsblock_t startblock, uint32_t flags) argument
5139 xfs_bmap_del_extent_real( xfs_inode_t *ip, xfs_trans_t *tp, struct xfs_iext_cursor *icur, struct xfs_btree_cur *cur, xfs_bmbt_irec_t *del, int *logflagsp, int whichfork, uint32_t bflags) argument
5391 __xfs_bunmapi( struct xfs_trans *tp, struct xfs_inode *ip, xfs_fileoff_t start, xfs_filblks_t *rlen, uint32_t flags, xfs_extnum_t nexts) argument
5688 xfs_bunmapi( xfs_trans_t *tp, struct xfs_inode *ip, xfs_fileoff_t bno, xfs_filblks_t len, uint32_t flags, xfs_extnum_t nexts, int *done) argument
5741 xfs_bmse_merge( struct xfs_trans *tp, struct xfs_inode *ip, int whichfork, xfs_fileoff_t shift, struct xfs_iext_cursor *icur, struct xfs_bmbt_irec *got, struct xfs_bmbt_irec *left, struct xfs_btree_cur *cur, int *logflags) argument
5827 xfs_bmap_shift_update_extent( struct xfs_trans *tp, struct xfs_inode *ip, int whichfork, struct xfs_iext_cursor *icur, struct xfs_bmbt_irec *got, struct xfs_btree_cur *cur, int *logflags, xfs_fileoff_t startoff) argument
5871 xfs_bmap_collapse_extents( struct xfs_trans *tp, struct xfs_inode *ip, xfs_fileoff_t *next_fsb, xfs_fileoff_t offset_shift_fsb, bool *done) argument
5985 xfs_bmap_insert_extents( struct xfs_trans *tp, struct xfs_inode *ip, xfs_fileoff_t *next_fsb, xfs_fileoff_t offset_shift_fsb, bool *done, xfs_fileoff_t stop_fsb) argument
6090 xfs_bmap_split_extent( struct xfs_trans *tp, struct xfs_inode *ip, xfs_fileoff_t split_fsb) argument
6207 __xfs_bmap_add( struct xfs_trans *tp, enum xfs_bmap_intent_type type, struct xfs_inode *ip, int whichfork, struct xfs_bmbt_irec *bmap) argument
6233 xfs_bmap_map_extent( struct xfs_trans *tp, struct xfs_inode *ip, int whichfork, struct xfs_bmbt_irec *PREV) argument
6244 xfs_bmap_unmap_extent( struct xfs_trans *tp, struct xfs_inode *ip, int whichfork, struct xfs_bmbt_irec *PREV) argument
6258 xfs_bmap_finish_one( struct xfs_trans *tp, struct xfs_bmap_intent *bi) argument
[all...]
/linux-master/net/ethtool/
H A Dioctl.c3213 struct flow_dissector_key_ports tp; member in struct:ethtool_rx_flow_key
[all...]
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_debugfs.c1329 struct trace_params tp; local
1416 struct trace_params tp; local
[all...]
/linux-master/drivers/net/ethernet/sis/
H A Dsis190.c400 struct sis190_private *tp = netdev_priv(dev); local
407 struct sis190_private *tp = netdev_priv(dev); local
487 static struct sk_buff *sis190_alloc_rx_skb(struct sis190_private *tp, argument
512 sis190_rx_fill(struct sis190_private *tp, struct net_device *dev, u32 start, u32 end) argument
531 sis190_try_rx_copy(struct sis190_private *tp, struct sk_buff **sk_buff, int pkt_size, dma_addr_t addr) argument
574 sis190_rx_interrupt(struct net_device *dev, struct sis190_private *tp, void __iomem *ioaddr) argument
686 sis190_tx_interrupt(struct net_device *dev, struct sis190_private *tp, void __iomem *ioaddr) argument
738 struct sis190_private *tp = netdev_priv(dev); local
777 struct sis190_private *tp = netdev_priv(dev); local
786 sis190_free_rx_skb(struct sis190_private *tp, struct sk_buff **sk_buff, struct RxDesc *desc) argument
798 sis190_rx_clear(struct sis190_private *tp) argument
809 sis190_init_ring_indexes(struct sis190_private *tp) argument
816 struct sis190_private *tp = netdev_priv(dev); local
837 struct sis190_private *tp = netdev_priv(dev); local
885 struct sis190_private *tp = netdev_priv(dev); local
918 struct sis190_private *tp = local
1026 struct sis190_private *tp = from_timer(tp, t, timer); local
1035 struct sis190_private *tp = netdev_priv(dev); local
1042 struct sis190_private *tp = netdev_priv(dev); local
1050 sis190_set_rxbufsize(struct sis190_private *tp, struct net_device *dev) argument
1065 struct sis190_private *tp = netdev_priv(dev); local
1111 sis190_tx_clear(struct sis190_private *tp) argument
1132 struct sis190_private *tp = netdev_priv(dev); local
1162 struct sis190_private *tp = netdev_priv(dev); local
1183 struct sis190_private *tp = netdev_priv(dev); local
1273 struct sis190_private *tp = netdev_priv(dev); local
1325 sis190_init_phy(struct net_device *dev, struct sis190_private *tp, struct sis190_phy *phy, unsigned int phy_id, u16 mii_status) argument
1363 sis190_mii_probe_88e1111_fixup(struct sis190_private *tp) argument
1392 struct sis190_private *tp = netdev_priv(dev); local
1446 struct sis190_private *tp = netdev_priv(dev); local
1454 struct sis190_private *tp = netdev_priv(dev); local
1464 struct sis190_private *tp; local
1553 struct sis190_private *tp = netdev_priv(dev); local
1579 sis190_set_rgmii(struct sis190_private *tp, u8 reg) argument
1587 struct sis190_private *tp = netdev_priv(dev); local
1632 struct sis190_private *tp = netdev_priv(dev); local
1688 struct sis190_private *tp = netdev_priv(dev); local
1726 struct sis190_private *tp = netdev_priv(dev); local
1752 struct sis190_private *tp = netdev_priv(dev); local
1762 struct sis190_private *tp = netdev_priv(dev); local
1770 struct sis190_private *tp = netdev_priv(dev); local
1786 struct sis190_private *tp = netdev_priv(dev); local
1796 struct sis190_private *tp = netdev_priv(dev); local
1803 struct sis190_private *tp = netdev_priv(dev); local
1810 struct sis190_private *tp = netdev_priv(dev); local
1829 struct sis190_private *tp = netdev_priv(dev); local
1863 struct sis190_private *tp; local
1933 struct sis190_private *tp = netdev_priv(dev); local
[all...]
/linux-master/drivers/net/ethernet/realtek/
H A D8139too.c720 struct rtl8139_private *tp = netdev_priv(dev); local
759 struct rtl8139_private *tp; local
902 struct rtl8139_private *tp = netdev_priv(dev); local
947 struct rtl8139_private *tp; local
1118 struct rtl8139_private *tp = netdev_priv(dev); local
1236 struct rtl8139_private *tp = netdev_priv(dev); local
1279 struct rtl8139_private *tp = netdev_priv(dev); local
1322 struct rtl8139_private *tp = netdev_priv(dev); local
1373 struct rtl8139_private *tp = netdev_priv(dev); local
1383 struct rtl8139_private *tp = netdev_priv(dev); local
1450 struct rtl8139_private *tp = netdev_priv(dev); local
1466 rtl8139_tune_twister(struct net_device *dev, struct rtl8139_private *tp) argument
1482 rtl8139_tune_twister(struct net_device *dev, struct rtl8139_private *tp) argument
1568 rtl8139_thread_iter(struct net_device *dev, struct rtl8139_private *tp, void __iomem *ioaddr) argument
1611 struct rtl8139_private *tp = local
1633 rtl8139_start_thread(struct rtl8139_private *tp) argument
1647 rtl8139_tx_clear(struct rtl8139_private *tp) argument
1657 struct rtl8139_private *tp = local
1706 struct rtl8139_private *tp = netdev_priv(dev); local
1718 struct rtl8139_private *tp = netdev_priv(dev); local
1762 rtl8139_tx_interrupt(struct net_device *dev, struct rtl8139_private *tp, void __iomem *ioaddr) argument
1834 rtl8139_rx_err(u32 rx_status, struct net_device *dev, struct rtl8139_private *tp, void __iomem *ioaddr) argument
1929 rtl8139_isr_ack(struct rtl8139_private *tp) argument
1947 rtl8139_rx(struct net_device *dev, struct rtl8139_private *tp, int budget) argument
2089 rtl8139_weird_interrupt(struct net_device *dev, struct rtl8139_private *tp, void __iomem *ioaddr, int status, int link_changed) argument
2128 struct rtl8139_private *tp = container_of(napi, struct rtl8139_private, napi); local
2156 struct rtl8139_private *tp = netdev_priv(dev); local
2224 struct rtl8139_private *tp = netdev_priv(dev); local
2235 struct rtl8139_private *tp = netdev_priv(dev); local
2258 struct rtl8139_private *tp = netdev_priv(dev); local
2308 struct rtl8139_private *tp = netdev_priv(dev); local
2342 struct rtl8139_private *tp = netdev_priv(dev); local
2382 struct rtl8139_private *tp = netdev_priv(dev); local
2391 struct rtl8139_private *tp = netdev_priv(dev); local
2401 struct rtl8139_private *tp = netdev_priv(dev); local
2411 struct rtl8139_private *tp = netdev_priv(dev); local
2417 struct rtl8139_private *tp = netdev_priv(dev); local
2423 struct rtl8139_private *tp = netdev_priv(dev); local
2429 struct rtl8139_private *tp = netdev_priv(dev); local
2435 struct rtl8139_private *tp; local
2445 struct rtl8139_private *tp; local
2471 struct rtl8139_private *tp = netdev_priv(dev); local
2503 struct rtl8139_private *tp = netdev_priv(dev); local
2520 struct rtl8139_private *tp = netdev_priv(dev); local
2552 struct rtl8139_private *tp = netdev_priv(dev); local
2600 struct rtl8139_private *tp = netdev_priv(dev); local
2610 struct rtl8139_private *tp = netdev_priv(dev); local
[all...]
/linux-master/drivers/block/drbd/
H A Ddrbd_receiver.c2357 int ret = 0, tp; local
2564 int err, tp; local
/linux-master/drivers/media/usb/pvrusb2/
H A Dpvrusb2-hdw.c1762 int tp = -1; local
1776 int tp = 0; local
1788 int tp = 0; local
2794 get_ctrl_typename(enum pvr2_ctl_type tp) argument
[all...]
/linux-master/drivers/net/wireless/ath/ath11k/
H A Ddp_rx.c1643 u16 hp, tp; local

Completed in 753 milliseconds

<<11121314151617