Home
last modified time | relevance | path

Searched refs:fbn (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/ethernet/meta/fbnic/
H A Dfbnic_netdev.c13 int __fbnic_open(struct fbnic_net *fbn) in __fbnic_open() argument
15 struct fbnic_dev *fbd = fbn->fbd; in __fbnic_open()
18 err = fbnic_alloc_napi_vectors(fbn); in __fbnic_open()
22 err = fbnic_alloc_resources(fbn); in __fbnic_open()
26 err = fbnic_set_netif_queues(fbn); in __fbnic_open()
39 err = fbnic_time_start(fbn); in __fbnic_open()
53 fbnic_rss_reinit(fbd, fbn); in __fbnic_open()
55 phylink_resume(fbn->phylink); in __fbnic_open()
59 fbnic_time_stop(fbn); in __fbnic_open()
61 fbnic_fw_xmit_ownership_msg(fbn->fbd, false); in __fbnic_open()
[all …]
H A Dfbnic_txrx.c75 static __maybe_unused u64 fbnic_ts40_to_ns(struct fbnic_net *fbn, u64 ts40) in fbnic_ts40_to_ns() argument
84 s = u64_stats_fetch_begin(&fbn->time_seq); in fbnic_ts40_to_ns()
85 offset = READ_ONCE(fbn->time_offset); in fbnic_ts40_to_ns()
86 } while (u64_stats_fetch_retry(&fbn->time_seq, s)); in fbnic_ts40_to_ns()
88 high = READ_ONCE(fbn->time_high); in fbnic_ts40_to_ns()
179 struct fbnic_net *fbn; in fbnic_tx_tstamp() local
184 fbn = netdev_priv(skb->dev); in fbnic_tx_tstamp()
185 if (fbn->hwtstamp_config.tx_type == HWTSTAMP_TX_OFF) in fbnic_tx_tstamp()
457 struct fbnic_net *fbn = netdev_priv(dev); in fbnic_xmit_frame() local
460 return fbnic_xmit_frame_ring(skb, fbn->tx[q_map]); in fbnic_xmit_frame()
[all …]
H A Dfbnic_txrx.h170 void fbnic_aggregate_ring_rx_counters(struct fbnic_net *fbn,
172 void fbnic_aggregate_ring_bdq_counters(struct fbnic_net *fbn,
174 void fbnic_aggregate_ring_tx_counters(struct fbnic_net *fbn,
176 void fbnic_aggregate_ring_xdp_counters(struct fbnic_net *fbn,
179 int fbnic_alloc_napi_vectors(struct fbnic_net *fbn);
180 void fbnic_free_napi_vectors(struct fbnic_net *fbn);
181 int fbnic_alloc_resources(struct fbnic_net *fbn);
182 void fbnic_free_resources(struct fbnic_net *fbn);
183 int fbnic_set_netif_queues(struct fbnic_net *fbn);
184 void fbnic_reset_netif_queues(struct fbnic_net *fbn);
[all …]
/linux/drivers/s390/char/
H A Dsclp_sdias.h35 u32 fbn; member
/linux/drivers/hwmon/
H A Dlm93.c881 static void lm93_read_block(struct i2c_client *client, u8 fbn, u8 *values) in lm93_read_block() argument
887 lm93_block_read_cmds[fbn].cmd, lm93_block_buffer); in lm93_read_block()
889 if (result == lm93_block_read_cmds[fbn].len) { in lm93_read_block()
894 lm93_block_read_cmds[fbn].cmd); in lm93_read_block()
899 if (result == lm93_block_read_cmds[fbn].len) { in lm93_read_block()
901 lm93_block_read_cmds[fbn].len); in lm93_read_block()