/Linux-v4.19/drivers/net/ethernet/broadcom/ |
D | tg3.c | 96 #define tg3_flag(tp, flag) \ argument 98 #define tg3_flag_set(tp, flag) \ argument 100 #define tg3_flag_clear(tp, flag) \ argument 136 #define TG3_MAX_MTU(tp) \ argument 143 #define TG3_RX_STD_RING_SIZE(tp) \ argument 147 #define TG3_RX_JMB_RING_SIZE(tp) \ argument 162 #define TG3_RX_STD_RING_BYTES(tp) \ argument 164 #define TG3_RX_JMB_RING_BYTES(tp) \ argument 166 #define TG3_RX_RCB_RING_BYTES(tp) \ argument 182 #define TG3_RX_STD_BUFF_RING_SIZE(tp) \ argument [all …]
|
/Linux-v4.19/drivers/net/ethernet/realtek/ |
D | r8169.c | 59 #define TX_SLOTS_AVAIL(tp) \ argument 63 #define TX_FRAGS_READY_FOR(tp,nr_frags) \ argument 83 #define RTL_W8(tp, reg, val8) writeb((val8), tp->mmio_addr + (reg)) argument 84 #define RTL_W16(tp, reg, val16) writew((val16), tp->mmio_addr + (reg)) argument 85 #define RTL_W32(tp, reg, val32) writel((val32), tp->mmio_addr + (reg)) argument 86 #define RTL_R8(tp, reg) readb(tp->mmio_addr + (reg)) argument 87 #define RTL_R16(tp, reg) readw(tp->mmio_addr + (reg)) argument 88 #define RTL_R32(tp, reg) readl(tp->mmio_addr + (reg)) argument 741 static inline struct device *tp_to_dev(struct rtl8169_private *tp) in tp_to_dev() 746 static void rtl_lock_work(struct rtl8169_private *tp) in rtl_lock_work() [all …]
|
D | 8139too.c | 719 struct rtl8139_private *tp = netdev_priv(dev); in __rtl8139_cleanup_dev() local 758 struct rtl8139_private *tp; in rtl8139_init_board() local 901 struct rtl8139_private *tp = netdev_priv(dev); in rtl8139_set_features() local 946 struct rtl8139_private *tp; in rtl8139_init_one() local 1116 struct rtl8139_private *tp = netdev_priv(dev); in rtl8139_remove_one() local 1234 struct rtl8139_private *tp = netdev_priv(dev); in mdio_read() local 1277 struct rtl8139_private *tp = netdev_priv(dev); in mdio_write() local 1320 struct rtl8139_private *tp = netdev_priv(dev); in rtl8139_open() local 1371 struct rtl8139_private *tp = netdev_priv(dev); in rtl_check_media() local 1381 struct rtl8139_private *tp = netdev_priv(dev); in rtl8139_hw_start() local [all …]
|
/Linux-v4.19/fs/xfs/ |
D | xfs_trans_buf.c | 26 struct xfs_trans *tp, in xfs_trans_buf_item_match() 64 struct xfs_trans *tp, in _xfs_trans_bjoin() 101 struct xfs_trans *tp, in xfs_trans_bjoin() 119 struct xfs_trans *tp, in xfs_trans_get_buf_map() 176 xfs_trans_t *tp, in xfs_trans_getsb() 228 struct xfs_trans *tp, in xfs_trans_read_buf_map() 338 struct xfs_trans *tp, in xfs_trans_brelse() 395 xfs_trans_t *tp, in xfs_trans_bhold() 416 xfs_trans_t *tp, in xfs_trans_bhold_release() 437 struct xfs_trans *tp, in xfs_trans_dirty_buf() [all …]
|
D | xfs_trans_dquot.c | 29 xfs_trans_t *tp, in xfs_trans_dqjoin() 61 xfs_trans_t *tp, in xfs_trans_log_dquot() 137 xfs_trans_t *tp, in xfs_trans_mod_dquot_byino() 162 struct xfs_trans *tp, in xfs_trans_get_dqtrx() 194 xfs_trans_t *tp, in xfs_trans_mod_dquot() 291 xfs_trans_t *tp, in xfs_trans_dqlockedjoin() 317 struct xfs_trans *tp) in xfs_trans_apply_dquot_deltas() 500 xfs_trans_t *tp) in xfs_trans_unreserve_and_mod_dquots() 585 xfs_trans_t *tp, in xfs_trans_dqresv() 743 struct xfs_trans *tp, in xfs_trans_reserve_quota_bydquots() [all …]
|
D | xfs_trans.c | 65 struct xfs_trans *tp) in xfs_trans_free() 88 struct xfs_trans *tp) in xfs_trans_dup() 149 struct xfs_trans *tp, in xfs_trans_reserve() 259 struct xfs_trans *tp; in xfs_trans_alloc() local 341 xfs_trans_t *tp, in xfs_trans_mod_sb() 449 xfs_trans_t *tp) in xfs_trans_apply_sb_deltas() 595 struct xfs_trans *tp) in xfs_trans_unreserve_and_mod_sb() 744 struct xfs_trans *tp, in xfs_trans_add_item() 772 struct xfs_trans *tp, in xfs_trans_free_items() 921 struct xfs_trans *tp, in __xfs_trans_commit() [all …]
|
D | xfs_quota.h | 118 #define xfs_trans_dup_dqinfo(tp, tp2) argument 119 #define xfs_trans_free_dqinfo(tp) argument 120 #define xfs_trans_mod_dquot_byino(tp, ip, fields, delta) argument 121 #define xfs_trans_apply_dquot_deltas(tp) argument 122 #define xfs_trans_unreserve_and_mod_dquots(tp) argument 123 static inline int xfs_trans_reserve_quota_nblks(struct xfs_trans *tp, in xfs_trans_reserve_quota_nblks() 128 static inline int xfs_trans_reserve_quota_bydquots(struct xfs_trans *tp, in xfs_trans_reserve_quota_bydquots() 135 #define xfs_qm_vop_create_dqattach(tp, ip, u, g, p) argument 137 #define xfs_qm_vop_chown(tp, ip, old, new) (NULL) argument 138 #define xfs_qm_vop_chown_reserve(tp, ip, u, g, p, fl) (0) argument [all …]
|
D | xfs_trans_refcount.c | 26 struct xfs_trans *tp, in xfs_trans_get_cud() 43 struct xfs_trans *tp, in xfs_trans_log_finish_refcount_update() 90 struct xfs_trans *tp, in xfs_refcount_update_create_intent() 130 struct xfs_trans *tp, in xfs_refcount_update_log_item() 160 struct xfs_trans *tp, in xfs_refcount_update_create_done() 170 struct xfs_trans *tp, in xfs_refcount_update_finish_item() 202 struct xfs_trans *tp, in xfs_refcount_update_finish_cleanup()
|
/Linux-v4.19/drivers/s390/char/ |
D | tty3270.c | 128 static void tty3270_set_timer(struct tty3270 *tp, int expires) in tty3270_set_timer() 137 tty3270_update_prompt(struct tty3270 *tp, char *input, int count) in tty3270_update_prompt() 164 tty3270_create_prompt(struct tty3270 *tp) in tty3270_create_prompt() 195 tty3270_update_status(struct tty3270 * tp) in tty3270_update_status() 206 tty3270_create_status(struct tty3270 * tp) in tty3270_create_status() 229 tty3270_update_string(struct tty3270 *tp, struct string *line, int nr) in tty3270_update_string() 245 tty3270_rebuild_update(struct tty3270 *tp) in tty3270_rebuild_update() 276 tty3270_alloc_string(struct tty3270 *tp, size_t size) in tty3270_alloc_string() 307 tty3270_blank_line(struct tty3270 *tp) in tty3270_blank_line() 327 tty3270_blank_screen(struct tty3270 *tp) in tty3270_blank_screen() [all …]
|
/Linux-v4.19/net/ipv4/ |
D | tcp_input.c | 242 static void tcp_ecn_queue_cwr(struct tcp_sock *tp) in tcp_ecn_queue_cwr() 261 static void tcp_ecn_withdraw_cwr(struct tcp_sock *tp) in tcp_ecn_withdraw_cwr() 268 struct tcp_sock *tp = tcp_sk(sk); in __tcp_ecn_check_ce() local 304 static void tcp_ecn_rcv_synack(struct tcp_sock *tp, const struct tcphdr *th) in tcp_ecn_rcv_synack() 310 static void tcp_ecn_rcv_syn(struct tcp_sock *tp, const struct tcphdr *th) in tcp_ecn_rcv_syn() 316 static bool tcp_ecn_rcv_ecn_echo(const struct tcp_sock *tp, const struct tcphdr *th) in tcp_ecn_rcv_ecn_echo() 330 const struct tcp_sock *tp = tcp_sk(sk); in tcp_sndbuf_expand() local 387 struct tcp_sock *tp = tcp_sk(sk); in __tcp_grow_window() local 404 struct tcp_sock *tp = tcp_sk(sk); in tcp_grow_window() local 454 struct tcp_sock *tp = tcp_sk(sk); in tcp_init_buffer_space() local [all …]
|
D | tcp_output.c | 55 struct tcp_sock *tp = tcp_sk(sk); in tcp_event_new_data_sent() local 80 const struct tcp_sock *tp = tcp_sk(sk); in tcp_acceptable_seq() local 106 struct tcp_sock *tp = tcp_sk(sk); in tcp_advertise_mss() local 127 struct tcp_sock *tp = tcp_sk(sk); in tcp_cwnd_restart() local 144 static void tcp_event_data_sent(struct tcp_sock *tp, in tcp_event_data_sent() 166 struct tcp_sock *tp = tcp_sk(sk); in tcp_event_ack_sent() local 261 struct tcp_sock *tp = tcp_sk(sk); in tcp_select_window() local 311 const struct tcp_sock *tp = tcp_sk(sk); in tcp_ecn_send_synack() local 324 struct tcp_sock *tp = tcp_sk(sk); in tcp_ecn_send_syn() local 368 struct tcp_sock *tp = tcp_sk(sk); in tcp_ecn_send() local [all …]
|
D | tcp_recovery.c | 7 struct tcp_sock *tp = tcp_sk(sk); in tcp_mark_skb_lost() local 26 struct tcp_sock *tp = tcp_sk(sk); in tcp_rack_reo_wnd() local 50 s32 tcp_rack_skb_timeout(struct tcp_sock *tp, struct sk_buff *skb, u32 reo_wnd) in tcp_rack_skb_timeout() 78 struct tcp_sock *tp = tcp_sk(sk); in tcp_rack_detect_loss() local 114 struct tcp_sock *tp = tcp_sk(sk); in tcp_rack_mark_lost() local 134 void tcp_rack_advance(struct tcp_sock *tp, u8 sacked, u32 end_seq, in tcp_rack_advance() 167 struct tcp_sock *tp = tcp_sk(sk); in tcp_rack_reo_timeout() local 203 struct tcp_sock *tp = tcp_sk(sk); in tcp_rack_update_reo_wnd() local 233 struct tcp_sock *tp = tcp_sk(sk); in tcp_newreno_mark_lost() local
|
/Linux-v4.19/drivers/net/usb/ |
D | r8152.c | 779 int get_registers(struct r8152 *tp, u16 value, u16 index, u16 size, void *data) in get_registers() 799 int set_registers(struct r8152 *tp, u16 value, u16 index, u16 size, void *data) in set_registers() 817 static int generic_ocp_read(struct r8152 *tp, u16 index, u16 size, in generic_ocp_read() 860 static int generic_ocp_write(struct r8152 *tp, u16 index, u16 byteen, in generic_ocp_write() 931 int pla_ocp_read(struct r8152 *tp, u16 index, u16 size, void *data) in pla_ocp_read() 937 int pla_ocp_write(struct r8152 *tp, u16 index, u16 byteen, u16 size, void *data) in pla_ocp_write() 943 int usb_ocp_write(struct r8152 *tp, u16 index, u16 byteen, u16 size, void *data) in usb_ocp_write() 948 static u32 ocp_read_dword(struct r8152 *tp, u16 type, u16 index) in ocp_read_dword() 957 static void ocp_write_dword(struct r8152 *tp, u16 type, u16 index, u32 data) in ocp_write_dword() 964 static u16 ocp_read_word(struct r8152 *tp, u16 type, u16 index) in ocp_read_word() [all …]
|
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb/ |
D | tp.c | 54 void t1_tp_destroy(struct petp *tp) in t1_tp_destroy() 61 struct petp *tp = kzalloc(sizeof(*tp), GFP_KERNEL); in t1_tp_create() local 71 void t1_tp_intr_enable(struct petp *tp) in t1_tp_intr_enable() 92 void t1_tp_intr_disable(struct petp *tp) in t1_tp_intr_disable() 111 void t1_tp_intr_clear(struct petp *tp) in t1_tp_intr_clear() 125 int t1_tp_intr_handler(struct petp *tp) in t1_tp_intr_handler() 140 static void set_csum_offload(struct petp *tp, u32 csum_bit, int enable) in set_csum_offload() 151 void t1_tp_set_ip_checksum_offload(struct petp *tp, int enable) in t1_tp_set_ip_checksum_offload() 156 void t1_tp_set_tcp_checksum_offload(struct petp *tp, int enable) in t1_tp_set_tcp_checksum_offload() 165 int t1_tp_reset(struct petp *tp, struct tp_params *p, unsigned int tp_clk) in t1_tp_reset()
|
/Linux-v4.19/drivers/net/ethernet/dec/tulip/ |
D | tulip_core.c | 128 struct tulip_private *tp = from_timer(tp, t, timer); in tulip_timer() local 275 static void tulip_set_power_state (struct tulip_private *tp, in tulip_set_power_state() 295 struct tulip_private *tp = netdev_priv(dev); in tulip_up() local 515 struct tulip_private *tp = netdev_priv(dev); in tulip_open() local 539 struct tulip_private *tp = netdev_priv(dev); in tulip_tx_timeout() local 616 struct tulip_private *tp = netdev_priv(dev); in tulip_init_ring() local 666 struct tulip_private *tp = netdev_priv(dev); in tulip_start_xmit() local 712 static void tulip_clean_tx_ring(struct tulip_private *tp) in tulip_clean_tx_ring() 750 struct tulip_private *tp = netdev_priv(dev); in tulip_down() local 793 struct tulip_private *tp = netdev_priv(dev); in tulip_free_ring() local [all …]
|
/Linux-v4.19/fs/xfs/libxfs/ |
D | xfs_defer.c | 184 struct xfs_trans *tp) in xfs_defer_create_intents() 203 struct xfs_trans *tp, in xfs_defer_trans_abort() 225 struct xfs_trans *tp = *tpp; in xfs_defer_trans_roll() local 295 struct xfs_trans *tp) in xfs_defer_reset() 346 struct xfs_trans **tp) in xfs_defer_finish_noroll() 448 struct xfs_trans **tp) in xfs_defer_finish() 473 struct xfs_trans *tp) in xfs_defer_cancel() 484 struct xfs_trans *tp, in xfs_defer_add()
|
/Linux-v4.19/net/sched/ |
D | cls_matchall.c | 28 static int mall_classify(struct sk_buff *skb, const struct tcf_proto *tp, in mall_classify() 40 static int mall_init(struct tcf_proto *tp) in mall_init() 62 static void mall_destroy_hw_filter(struct tcf_proto *tp, in mall_destroy_hw_filter() 78 static int mall_replace_hw_filter(struct tcf_proto *tp, in mall_replace_hw_filter() 109 static void mall_destroy(struct tcf_proto *tp, struct netlink_ext_ack *extack) in mall_destroy() 127 static void *mall_get(struct tcf_proto *tp, u32 handle) in mall_get() 137 static int mall_set_parms(struct net *net, struct tcf_proto *tp, in mall_set_parms() 157 struct tcf_proto *tp, unsigned long base, in mall_change() 224 static int mall_delete(struct tcf_proto *tp, void *arg, bool *last, in mall_delete() 230 static void mall_walk(struct tcf_proto *tp, struct tcf_walker *arg) in mall_walk() [all …]
|
D | cls_cgroup.c | 25 struct tcf_proto *tp; member 29 static int cls_cgroup_classify(struct sk_buff *skb, const struct tcf_proto *tp, in cls_cgroup_classify() 46 static void *cls_cgroup_get(struct tcf_proto *tp, u32 handle) in cls_cgroup_get() 51 static int cls_cgroup_init(struct tcf_proto *tp) in cls_cgroup_init() 79 struct tcf_proto *tp, unsigned long base, in cls_cgroup_change() 133 static void cls_cgroup_destroy(struct tcf_proto *tp, in cls_cgroup_destroy() 147 static int cls_cgroup_delete(struct tcf_proto *tp, void *arg, bool *last, in cls_cgroup_delete() 153 static void cls_cgroup_walk(struct tcf_proto *tp, struct tcf_walker *arg) in cls_cgroup_walk() 168 static int cls_cgroup_dump(struct net *net, struct tcf_proto *tp, void *fh, in cls_cgroup_dump()
|
D | cls_bpf.c | 52 struct tcf_proto *tp; member 83 static int cls_bpf_classify(struct sk_buff *skb, const struct tcf_proto *tp, in cls_bpf_classify() 147 static int cls_bpf_offload_cmd(struct tcf_proto *tp, struct cls_bpf_prog *prog, in cls_bpf_offload_cmd() 194 static int cls_bpf_offload(struct tcf_proto *tp, struct cls_bpf_prog *prog, in cls_bpf_offload() 213 static void cls_bpf_stop_offload(struct tcf_proto *tp, in cls_bpf_stop_offload() 224 static void cls_bpf_offload_update_stats(struct tcf_proto *tp, in cls_bpf_offload_update_stats() 240 static int cls_bpf_init(struct tcf_proto *tp) in cls_bpf_init() 285 static void __cls_bpf_delete(struct tcf_proto *tp, struct cls_bpf_prog *prog, in __cls_bpf_delete() 300 static int cls_bpf_delete(struct tcf_proto *tp, void *arg, bool *last, in cls_bpf_delete() 310 static void cls_bpf_destroy(struct tcf_proto *tp, in cls_bpf_destroy() [all …]
|
D | cls_basic.c | 36 struct tcf_proto *tp; member 41 static int basic_classify(struct sk_buff *skb, const struct tcf_proto *tp, in basic_classify() 60 static void *basic_get(struct tcf_proto *tp, u32 handle) in basic_get() 74 static int basic_init(struct tcf_proto *tp) in basic_init() 105 static void basic_destroy(struct tcf_proto *tp, struct netlink_ext_ack *extack) in basic_destroy() 123 static int basic_delete(struct tcf_proto *tp, void *arg, bool *last, in basic_delete() 143 static int basic_set_parms(struct net *net, struct tcf_proto *tp, in basic_set_parms() 169 struct tcf_proto *tp, unsigned long base, u32 handle, in basic_change() 239 static void basic_walk(struct tcf_proto *tp, struct tcf_walker *arg) in basic_walk() 265 static int basic_dump(struct net *net, struct tcf_proto *tp, void *fh, in basic_dump()
|
D | cls_u32.c | 71 struct tcf_proto *tp; member 113 static int u32_classify(struct sk_buff *skb, const struct tcf_proto *tp, in u32_classify() 298 static void *u32_get(struct tcf_proto *tp, u32 handle) in u32_get() 331 static void *tc_u_common_ptr(const struct tcf_proto *tp) in tc_u_common_ptr() 347 static unsigned int tc_u_hash(const struct tcf_proto *tp) in tc_u_hash() 352 static struct tc_u_common *tc_u_common_find(const struct tcf_proto *tp) in tc_u_common_find() 365 static int u32_init(struct tcf_proto *tp) in u32_init() 407 static int u32_destroy_key(struct tcf_proto *tp, struct tc_u_knode *n, in u32_destroy_key() 463 static int u32_delete_key(struct tcf_proto *tp, struct tc_u_knode *key) in u32_delete_key() 488 static void u32_clear_hw_hnode(struct tcf_proto *tp, struct tc_u_hnode *h, in u32_clear_hw_hnode() [all …]
|
/Linux-v4.19/drivers/net/ethernet/3com/ |
D | typhoon.c | 460 typhoon_hello(struct typhoon *tp) in typhoon_hello() 481 typhoon_process_response(struct typhoon *tp, int resp_size, in typhoon_process_response() 551 typhoon_num_free_cmd(struct typhoon *tp) in typhoon_num_free_cmd() 560 typhoon_num_free_resp(struct typhoon *tp) in typhoon_num_free_resp() 576 typhoon_issue_command(struct typhoon *tp, int num_cmd, struct cmd_desc *cmd, in typhoon_issue_command() 714 struct typhoon *tp = netdev_priv(dev); in typhoon_start_tx() local 861 struct typhoon *tp = netdev_priv(dev); in typhoon_set_rx_mode() local 898 typhoon_do_get_stats(struct typhoon *tp) in typhoon_do_get_stats() 952 struct typhoon *tp = netdev_priv(dev); in typhoon_get_stats() local 971 struct typhoon *tp = netdev_priv(dev); in typhoon_get_drvinfo() local [all …]
|
/Linux-v4.19/drivers/net/ethernet/sis/ |
D | sis190.c | 400 struct sis190_private *tp = netdev_priv(dev); in __mdio_write() local 407 struct sis190_private *tp = netdev_priv(dev); in __mdio_read() local 487 static struct sk_buff *sis190_alloc_rx_skb(struct sis190_private *tp, in sis190_alloc_rx_skb() 512 static u32 sis190_rx_fill(struct sis190_private *tp, struct net_device *dev, in sis190_rx_fill() 531 static bool sis190_try_rx_copy(struct sis190_private *tp, in sis190_try_rx_copy() 575 struct sis190_private *tp, void __iomem *ioaddr) in sis190_rx_interrupt() 684 struct sis190_private *tp, void __iomem *ioaddr) in sis190_tx_interrupt() 735 struct sis190_private *tp = netdev_priv(dev); in sis190_irq() local 774 struct sis190_private *tp = netdev_priv(dev); in sis190_netpoll() local 783 static void sis190_free_rx_skb(struct sis190_private *tp, in sis190_free_rx_skb() [all …]
|
/Linux-v4.19/drivers/sbus/char/ |
D | bbc_envctrl.c | 120 static void get_current_temps(struct bbc_cpu_temperature *tp) in get_current_temps() 138 static void do_envctrl_shutdown(struct bbc_cpu_temperature *tp) in do_envctrl_shutdown() 169 static void analyze_ambient_temp(struct bbc_cpu_temperature *tp, unsigned long *last_warn, int tick) in analyze_ambient_temp() 224 static void analyze_cpu_temp(struct bbc_cpu_temperature *tp, unsigned long *last_warn, int tick) in analyze_cpu_temp() 279 static void analyze_temps(struct bbc_cpu_temperature *tp, unsigned long *last_warn) in analyze_temps() 292 struct bbc_cpu_temperature *tp; in prioritize_fan_action() local 425 struct bbc_cpu_temperature *tp; in kenvctrld() local 449 struct bbc_cpu_temperature *tp; in attach_one_temp() local 532 static void destroy_one_temp(struct bbc_cpu_temperature *tp) in destroy_one_temp() 540 struct bbc_cpu_temperature *tp, *tpos; in destroy_all_temps() local
|
/Linux-v4.19/lib/ |
D | test_bitfield.c | 12 #define CHECK_ENC_GET_U(tp, v, field, res) do { \ argument 27 #define CHECK_ENC_GET_LE(tp, v, field, res) do { \ argument 43 #define CHECK_ENC_GET_BE(tp, v, field, res) do { \ argument 59 #define CHECK_ENC_GET(tp, v, field, res) do { \ argument 102 #define CHECK(tp, mask) do { \ argument
|