| /kernel/linux/linux-6.6/drivers/net/ethernet/realtek/ |
| D | r8169_main.c | 80 #define RTL_W8(tp, reg, val8) writeb((val8), tp->mmio_addr + (reg)) argument 81 #define RTL_W16(tp, reg, val16) writew((val16), tp->mmio_addr + (reg)) argument 82 #define RTL_W32(tp, reg, val32) writel((val32), tp->mmio_addr + (reg)) argument 83 #define RTL_R8(tp, reg) readb(tp->mmio_addr + (reg)) argument 84 #define RTL_R16(tp, reg) readw(tp->mmio_addr + (reg)) argument 85 #define RTL_R32(tp, reg) readl(tp->mmio_addr + (reg)) argument 696 static inline struct device *tp_to_dev(struct rtl8169_private *tp) in tp_to_dev() 701 static void rtl_lock_config_regs(struct rtl8169_private *tp) in rtl_lock_config_regs() 711 static void rtl_unlock_config_regs(struct rtl8169_private *tp) in rtl_unlock_config_regs() 721 static void rtl_pci_commit(struct rtl8169_private *tp) in rtl_pci_commit() [all …]
|
| D | r8169_phy_config.c | 108 static void rtl8169s_hw_phy_config(struct rtl8169_private *tp, in rtl8169s_hw_phy_config() 176 static void rtl8169sb_hw_phy_config(struct rtl8169_private *tp, in rtl8169sb_hw_phy_config() 182 static void rtl8169scd_hw_phy_config(struct rtl8169_private *tp, in rtl8169scd_hw_phy_config() 228 static void rtl8169sce_hw_phy_config(struct rtl8169_private *tp, in rtl8169sce_hw_phy_config() 282 static void rtl8168bb_hw_phy_config(struct rtl8169_private *tp, in rtl8168bb_hw_phy_config() 291 static void rtl8168bef_hw_phy_config(struct rtl8169_private *tp, in rtl8168bef_hw_phy_config() 297 static void rtl8168cp_1_hw_phy_config(struct rtl8169_private *tp, in rtl8168cp_1_hw_phy_config() 304 static void rtl8168cp_2_hw_phy_config(struct rtl8169_private *tp, in rtl8168cp_2_hw_phy_config() 312 static void rtl8168c_1_hw_phy_config(struct rtl8169_private *tp, in rtl8168c_1_hw_phy_config() 341 static void rtl8168c_2_hw_phy_config(struct rtl8169_private *tp, in rtl8168c_2_hw_phy_config() [all …]
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/realtek/ |
| D | r8169_phy_config.c | 108 static void rtl8169s_hw_phy_config(struct rtl8169_private *tp, in rtl8169s_hw_phy_config() 176 static void rtl8169sb_hw_phy_config(struct rtl8169_private *tp, in rtl8169sb_hw_phy_config() 182 static void rtl8169scd_hw_phy_config(struct rtl8169_private *tp, in rtl8169scd_hw_phy_config() 228 static void rtl8169sce_hw_phy_config(struct rtl8169_private *tp, in rtl8169sce_hw_phy_config() 282 static void rtl8168bb_hw_phy_config(struct rtl8169_private *tp, in rtl8168bb_hw_phy_config() 291 static void rtl8168bef_hw_phy_config(struct rtl8169_private *tp, in rtl8168bef_hw_phy_config() 297 static void rtl8168cp_1_hw_phy_config(struct rtl8169_private *tp, in rtl8168cp_1_hw_phy_config() 304 static void rtl8168cp_2_hw_phy_config(struct rtl8169_private *tp, in rtl8168cp_2_hw_phy_config() 312 static void rtl8168c_1_hw_phy_config(struct rtl8169_private *tp, in rtl8168c_1_hw_phy_config() 341 static void rtl8168c_2_hw_phy_config(struct rtl8169_private *tp, in rtl8168c_2_hw_phy_config() [all …]
|
| D | r8169_main.c | 80 #define RTL_W8(tp, reg, val8) writeb((val8), tp->mmio_addr + (reg)) argument 81 #define RTL_W16(tp, reg, val16) writew((val16), tp->mmio_addr + (reg)) argument 82 #define RTL_W32(tp, reg, val32) writel((val32), tp->mmio_addr + (reg)) argument 83 #define RTL_R8(tp, reg) readb(tp->mmio_addr + (reg)) argument 84 #define RTL_R16(tp, reg) readw(tp->mmio_addr + (reg)) argument 85 #define RTL_R32(tp, reg) readl(tp->mmio_addr + (reg)) argument 667 static inline struct device *tp_to_dev(struct rtl8169_private *tp) in tp_to_dev() 672 static void rtl_lock_config_regs(struct rtl8169_private *tp) in rtl_lock_config_regs() 677 static void rtl_unlock_config_regs(struct rtl8169_private *tp) in rtl_unlock_config_regs() 682 static void rtl_pci_commit(struct rtl8169_private *tp) in rtl_pci_commit() [all …]
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/ |
| D | tg3.c | 93 #define tg3_flag(tp, flag) \ argument 95 #define tg3_flag_set(tp, flag) \ argument 97 #define tg3_flag_clear(tp, flag) \ argument 131 #define TG3_MAX_MTU(tp) \ argument 138 #define TG3_RX_STD_RING_SIZE(tp) \ argument 142 #define TG3_RX_JMB_RING_SIZE(tp) \ argument 157 #define TG3_RX_STD_RING_BYTES(tp) \ argument 159 #define TG3_RX_JMB_RING_BYTES(tp) \ argument 161 #define TG3_RX_RCB_RING_BYTES(tp) \ argument 177 #define TG3_RX_STD_BUFF_RING_SIZE(tp) \ argument [all …]
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/ |
| D | tg3.c | 91 #define tg3_flag(tp, flag) \ argument 93 #define tg3_flag_set(tp, flag) \ argument 95 #define tg3_flag_clear(tp, flag) \ argument 129 #define TG3_MAX_MTU(tp) \ argument 136 #define TG3_RX_STD_RING_SIZE(tp) \ argument 140 #define TG3_RX_JMB_RING_SIZE(tp) \ argument 155 #define TG3_RX_STD_RING_BYTES(tp) \ argument 157 #define TG3_RX_JMB_RING_BYTES(tp) \ argument 159 #define TG3_RX_RCB_RING_BYTES(tp) \ argument 175 #define TG3_RX_STD_BUFF_RING_SIZE(tp) \ argument [all …]
|
| /kernel/linux/linux-6.6/drivers/s390/char/ |
| D | con3270.c | 140 static void tty3270_set_timer(struct tty3270 *tp, int expires) in tty3270_set_timer() 145 static int tty3270_tty_rows(struct tty3270 *tp) in tty3270_tty_rows() 150 static char *tty3270_add_ba(struct tty3270 *tp, char *cp, char order, int x, int y) in tty3270_add_ba() 157 static char *tty3270_add_ra(struct tty3270 *tp, char *cp, int x, int y, char c) in tty3270_add_ra() 164 static char *tty3270_add_sa(struct tty3270 *tp, char *cp, char attr, char value) in tty3270_add_sa() 172 static char *tty3270_add_ge(struct tty3270 *tp, char *cp, char c) in tty3270_add_ge() 179 static char *tty3270_add_sf(struct tty3270 *tp, char *cp, char type) in tty3270_add_sf() 186 static int tty3270_line_increment(struct tty3270 *tp, unsigned int line, unsigned int incr) in tty3270_line_increment() 191 static struct tty3270_line *tty3270_get_write_line(struct tty3270 *tp, unsigned int num) in tty3270_get_write_line() 196 static struct tty3270_line *tty3270_get_view_line(struct tty3270 *tp, unsigned int num) in tty3270_get_view_line() [all …]
|
| /kernel/linux/linux-5.10/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 …]
|
| /kernel/linux/linux-6.6/net/ipv4/ |
| D | tcp_input.c | 252 struct tcp_sock *tp = tcp_sk(sk); in tcp_measure_rcv_mss() local 346 static void tcp_ecn_queue_cwr(struct tcp_sock *tp) in tcp_ecn_queue_cwr() 366 static void tcp_ecn_withdraw_cwr(struct tcp_sock *tp) in tcp_ecn_withdraw_cwr() 373 struct tcp_sock *tp = tcp_sk(sk); in __tcp_ecn_check_ce() local 409 static void tcp_ecn_rcv_synack(struct tcp_sock *tp, const struct tcphdr *th) in tcp_ecn_rcv_synack() 415 static void tcp_ecn_rcv_syn(struct tcp_sock *tp, const struct tcphdr *th) in tcp_ecn_rcv_syn() 421 static bool tcp_ecn_rcv_ecn_echo(const struct tcp_sock *tp, const struct tcphdr *th) in tcp_ecn_rcv_ecn_echo() 428 static void tcp_count_delivered_ce(struct tcp_sock *tp, u32 ecn_count) in tcp_count_delivered_ce() 434 static void tcp_count_delivered(struct tcp_sock *tp, u32 delivered, in tcp_count_delivered() 449 const struct tcp_sock *tp = tcp_sk(sk); in tcp_sndbuf_expand() local [all …]
|
| D | tcp_recovery.c | 7 const struct tcp_sock *tp = tcp_sk(sk); in tcp_rack_reo_wnd() local 32 s32 tcp_rack_skb_timeout(struct tcp_sock *tp, struct sk_buff *skb, u32 reo_wnd) in tcp_rack_skb_timeout() 60 struct tcp_sock *tp = tcp_sk(sk); in tcp_rack_detect_loss() local 97 struct tcp_sock *tp = tcp_sk(sk); in tcp_rack_mark_lost() local 118 void tcp_rack_advance(struct tcp_sock *tp, u8 sacked, u32 end_seq, in tcp_rack_advance() 151 struct tcp_sock *tp = tcp_sk(sk); in tcp_rack_reo_timeout() local 189 struct tcp_sock *tp = tcp_sk(sk); in tcp_rack_update_reo_wnd() local 220 struct tcp_sock *tp = tcp_sk(sk); in tcp_newreno_mark_lost() local
|
| D | tcp_output.c | 53 void tcp_mstamp_refresh(struct tcp_sock *tp) in tcp_mstamp_refresh() 68 struct tcp_sock *tp = tcp_sk(sk); in tcp_event_new_data_sent() local 97 const struct tcp_sock *tp = tcp_sk(sk); in tcp_acceptable_seq() local 123 struct tcp_sock *tp = tcp_sk(sk); in tcp_advertise_mss() local 144 struct tcp_sock *tp = tcp_sk(sk); in tcp_cwnd_restart() local 161 static void tcp_event_data_sent(struct tcp_sock *tp, in tcp_event_data_sent() 182 struct tcp_sock *tp = tcp_sk(sk); in tcp_event_ack_sent() local 260 struct tcp_sock *tp = tcp_sk(sk); in tcp_select_window() local 323 const struct tcp_sock *tp = tcp_sk(sk); in tcp_ecn_send_synack() local 336 struct tcp_sock *tp = tcp_sk(sk); in tcp_ecn_send_syn() local [all …]
|
| /kernel/linux/linux-5.10/fs/xfs/ |
| D | xfs_trans_buf.c | 24 struct xfs_trans *tp, in xfs_trans_buf_item_match() 62 struct xfs_trans *tp, in _xfs_trans_bjoin() 99 struct xfs_trans *tp, in xfs_trans_bjoin() 117 struct xfs_trans *tp, in xfs_trans_get_buf_map() 173 struct xfs_trans *tp) in xfs_trans_getsb() 213 struct xfs_trans *tp, in xfs_trans_read_buf_map() 346 struct xfs_trans *tp, in xfs_trans_brelse() 403 xfs_trans_t *tp, in xfs_trans_bhold() 424 xfs_trans_t *tp, in xfs_trans_bhold_release() 445 struct xfs_trans *tp, in xfs_trans_dirty_buf() [all …]
|
| D | xfs_trans_dquot.c | 30 struct xfs_trans *tp, in xfs_trans_dqjoin() 54 struct xfs_trans *tp, in xfs_trans_log_dquot() 135 xfs_trans_t *tp, in xfs_trans_mod_dquot_byino() 160 struct xfs_trans *tp, in xfs_trans_get_dqtrx() 197 struct xfs_trans *tp, in xfs_trans_mod_dquot() 290 struct xfs_trans *tp, in xfs_trans_dqlockedjoin() 347 struct xfs_trans *tp) in xfs_trans_apply_dquot_deltas() 490 struct xfs_trans *tp) in xfs_trans_unreserve_and_mod_dquots() 633 struct xfs_trans *tp, in xfs_trans_dqresv() 747 struct xfs_trans *tp, in xfs_trans_reserve_quota_bydquots() [all …]
|
| /kernel/linux/linux-6.6/fs/xfs/ |
| D | xfs_trans_buf.c | 24 struct xfs_trans *tp, in xfs_trans_buf_item_match() 62 struct xfs_trans *tp, in _xfs_trans_bjoin() 99 struct xfs_trans *tp, in xfs_trans_bjoin() 117 struct xfs_trans *tp, in xfs_trans_get_buf_map() 173 struct xfs_trans *tp) in xfs_trans_getsb() 213 struct xfs_trans *tp, in xfs_trans_read_buf_map() 346 struct xfs_trans *tp, in xfs_trans_brelse() 403 xfs_trans_t *tp, in xfs_trans_bhold() 424 xfs_trans_t *tp, in xfs_trans_bhold_release() 445 struct xfs_trans *tp, in xfs_trans_dirty_buf() [all …]
|
| D | xfs_trans_dquot.c | 30 struct xfs_trans *tp, in xfs_trans_dqjoin() 54 struct xfs_trans *tp, in xfs_trans_log_dquot() 128 xfs_trans_t *tp, in xfs_trans_mod_dquot_byino() 149 struct xfs_trans *tp, in xfs_trans_get_dqtrx() 186 struct xfs_trans *tp, in xfs_trans_mod_dquot() 277 struct xfs_trans *tp, in xfs_trans_dqlockedjoin() 334 struct xfs_trans *tp) in xfs_trans_apply_dquot_deltas() 477 struct xfs_trans *tp) in xfs_trans_unreserve_and_mod_dquots() 619 struct xfs_trans *tp, in xfs_trans_dqresv() 727 struct xfs_trans *tp, in xfs_trans_reserve_quota_bydquots() [all …]
|
| /kernel/linux/linux-5.10/net/ipv4/ |
| D | tcp_input.c | 327 static void tcp_ecn_queue_cwr(struct tcp_sock *tp) in tcp_ecn_queue_cwr() 347 static void tcp_ecn_withdraw_cwr(struct tcp_sock *tp) in tcp_ecn_withdraw_cwr() 354 struct tcp_sock *tp = tcp_sk(sk); in __tcp_ecn_check_ce() local 390 static void tcp_ecn_rcv_synack(struct tcp_sock *tp, const struct tcphdr *th) in tcp_ecn_rcv_synack() 396 static void tcp_ecn_rcv_syn(struct tcp_sock *tp, const struct tcphdr *th) in tcp_ecn_rcv_syn() 402 static bool tcp_ecn_rcv_ecn_echo(const struct tcp_sock *tp, const struct tcphdr *th) in tcp_ecn_rcv_ecn_echo() 416 const struct tcp_sock *tp = tcp_sk(sk); in tcp_sndbuf_expand() local 475 struct tcp_sock *tp = tcp_sk(sk); in __tcp_grow_window() local 512 struct tcp_sock *tp = tcp_sk(sk); in tcp_grow_window() local 544 struct tcp_sock *tp = tcp_sk(sk); in tcp_init_buffer_space() local [all …]
|
| D | tcp_recovery.c | 12 struct tcp_sock *tp = tcp_sk(sk); in tcp_rack_reo_wnd() local 37 s32 tcp_rack_skb_timeout(struct tcp_sock *tp, struct sk_buff *skb, u32 reo_wnd) in tcp_rack_skb_timeout() 65 struct tcp_sock *tp = tcp_sk(sk); in tcp_rack_detect_loss() local 102 struct tcp_sock *tp = tcp_sk(sk); in tcp_rack_mark_lost() local 123 void tcp_rack_advance(struct tcp_sock *tp, u8 sacked, u32 end_seq, in tcp_rack_advance() 156 struct tcp_sock *tp = tcp_sk(sk); in tcp_rack_reo_timeout() local 192 struct tcp_sock *tp = tcp_sk(sk); in tcp_rack_update_reo_wnd() local 223 struct tcp_sock *tp = tcp_sk(sk); in tcp_newreno_mark_lost() local
|
| D | tcp_output.c | 55 void tcp_mstamp_refresh(struct tcp_sock *tp) in tcp_mstamp_refresh() 70 struct tcp_sock *tp = tcp_sk(sk); in tcp_event_new_data_sent() local 99 const struct tcp_sock *tp = tcp_sk(sk); in tcp_acceptable_seq() local 125 struct tcp_sock *tp = tcp_sk(sk); in tcp_advertise_mss() local 146 struct tcp_sock *tp = tcp_sk(sk); in tcp_cwnd_restart() local 163 static void tcp_event_data_sent(struct tcp_sock *tp, in tcp_event_data_sent() 184 struct tcp_sock *tp = tcp_sk(sk); in tcp_event_ack_sent() local 260 struct tcp_sock *tp = tcp_sk(sk); in tcp_select_window() local 310 const struct tcp_sock *tp = tcp_sk(sk); in tcp_ecn_send_synack() local 323 struct tcp_sock *tp = tcp_sk(sk); in tcp_ecn_send_syn() local [all …]
|
| /kernel/linux/linux-5.10/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()
|
| /kernel/linux/linux-6.6/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()
|
| /kernel/linux/linux-6.6/drivers/net/usb/ |
| D | r8152.c | 1215 static void rtl_set_inaccessible(struct r8152 *tp) in rtl_set_inaccessible() 1221 static void rtl_set_accessible(struct r8152 *tp) in rtl_set_accessible() 1228 int r8152_control_msg(struct r8152 *tp, unsigned int pipe, __u8 request, in r8152_control_msg() 1300 int get_registers(struct r8152 *tp, u16 value, u16 index, u16 size, void *data) in get_registers() 1324 int set_registers(struct r8152 *tp, u16 value, u16 index, u16 size, void *data) in set_registers() 1342 static void rtl_set_unplug(struct r8152 *tp) in rtl_set_unplug() 1348 static int generic_ocp_read(struct r8152 *tp, u16 index, u16 size, in generic_ocp_read() 1391 static int generic_ocp_write(struct r8152 *tp, u16 index, u16 byteen, in generic_ocp_write() 1469 int pla_ocp_read(struct r8152 *tp, u16 index, u16 size, void *data) in pla_ocp_read() 1475 int pla_ocp_write(struct r8152 *tp, u16 index, u16 byteen, u16 size, void *data) in pla_ocp_write() [all …]
|
| /kernel/linux/linux-5.10/drivers/net/usb/ |
| D | r8152.c | 1034 int get_registers(struct r8152 *tp, u16 value, u16 index, u16 size, void *data) in get_registers() 1057 int set_registers(struct r8152 *tp, u16 value, u16 index, u16 size, void *data) in set_registers() 1075 static void rtl_set_unplug(struct r8152 *tp) in rtl_set_unplug() 1083 static int generic_ocp_read(struct r8152 *tp, u16 index, u16 size, in generic_ocp_read() 1126 static int generic_ocp_write(struct r8152 *tp, u16 index, u16 byteen, in generic_ocp_write() 1197 int pla_ocp_read(struct r8152 *tp, u16 index, u16 size, void *data) in pla_ocp_read() 1203 int pla_ocp_write(struct r8152 *tp, u16 index, u16 byteen, u16 size, void *data) in pla_ocp_write() 1209 int usb_ocp_write(struct r8152 *tp, u16 index, u16 byteen, u16 size, void *data) in usb_ocp_write() 1214 static u32 ocp_read_dword(struct r8152 *tp, u16 type, u16 index) in ocp_read_dword() 1223 static void ocp_write_dword(struct r8152 *tp, u16 type, u16 index, u32 data) in ocp_write_dword() [all …]
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/dec/tulip/ |
| D | tulip_core.c | 117 struct tulip_private *tp = from_timer(tp, t, timer); in tulip_timer() local 264 static void tulip_set_power_state (struct tulip_private *tp, in tulip_set_power_state() 284 struct tulip_private *tp = netdev_priv(dev); in tulip_up() local 504 struct tulip_private *tp = netdev_priv(dev); in tulip_open() local 528 struct tulip_private *tp = netdev_priv(dev); in tulip_tx_timeout() local 605 struct tulip_private *tp = netdev_priv(dev); in tulip_init_ring() local 655 struct tulip_private *tp = netdev_priv(dev); in tulip_start_xmit() local 701 static void tulip_clean_tx_ring(struct tulip_private *tp) in tulip_clean_tx_ring() 740 struct tulip_private *tp = netdev_priv(dev); in tulip_down() local 783 struct tulip_private *tp = netdev_priv(dev); in tulip_free_ring() local [all …]
|
| /kernel/linux/linux-5.10/fs/xfs/libxfs/ |
| D | xfs_defer.c | 185 struct xfs_trans *tp, in xfs_defer_create_intent() 203 struct xfs_trans *tp) in xfs_defer_create_intents() 216 struct xfs_trans *tp, in xfs_defer_trans_abort() 240 struct xfs_trans *tp = *tpp; in xfs_defer_trans_roll() local 407 struct xfs_trans *tp, in xfs_defer_finish_one() 459 struct xfs_trans **tp) in xfs_defer_finish_noroll() 513 struct xfs_trans **tp) in xfs_defer_finish() 541 struct xfs_trans *tp) in xfs_defer_cancel() 552 struct xfs_trans *tp, in xfs_defer_add() 630 struct xfs_trans *tp, in xfs_defer_ops_capture() [all …]
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/dec/tulip/ |
| D | tulip_core.c | 117 struct tulip_private *tp = from_timer(tp, t, timer); in tulip_timer() local 264 static void tulip_set_power_state (struct tulip_private *tp, in tulip_set_power_state() 284 struct tulip_private *tp = netdev_priv(dev); in tulip_up() local 504 struct tulip_private *tp = netdev_priv(dev); in tulip_open() local 528 struct tulip_private *tp = netdev_priv(dev); in tulip_tx_timeout() local 605 struct tulip_private *tp = netdev_priv(dev); in tulip_init_ring() local 655 struct tulip_private *tp = netdev_priv(dev); in tulip_start_xmit() local 701 static void tulip_clean_tx_ring(struct tulip_private *tp) in tulip_clean_tx_ring() 740 struct tulip_private *tp = netdev_priv(dev); in tulip_down() local 783 struct tulip_private *tp = netdev_priv(dev); in tulip_free_ring() local [all …]
|