Searched defs:nic (Results 1 – 7 of 7) sorted by relevance
/u-boot/drivers/net/octeontx/ |
A D | nicvf_queues.c | 18 static int nicvf_poll_reg(struct nicvf *nic, int qidx, in nicvf_poll_reg() 141 void nicvf_refill_rbdr(struct nicvf *nic) in nicvf_refill_rbdr() 179 static int nicvf_init_cmp_queue(struct nicvf *nic, in nicvf_init_cmp_queue() 208 static int nicvf_init_snd_queue(struct nicvf *nic, in nicvf_init_snd_queue() 274 static void nicvf_reclaim_rbdr(struct nicvf *nic, in nicvf_reclaim_rbdr() 546 static void nicvf_free_resources(struct nicvf *nic) in nicvf_free_resources() 594 int nicvf_set_qset_resources(struct nicvf *nic) in nicvf_set_qset_resources() 698 void nicvf_sq_disable(struct nicvf *nic, int qidx) in nicvf_sq_disable() 711 struct nicvf *nic = dev_get_priv(dev); in nicvf_sq_free_used_descs() local 962 int nicvf_check_cqe_rx_errs(struct nicvf *nic, in nicvf_check_cqe_rx_errs() [all …]
|
A D | nicvf_main.c | 26 u64 nicvf_reg_read(struct nicvf *nic, u64 offset) in nicvf_reg_read() 92 static int nicvf_check_pf_ready(struct nicvf *nic) in nicvf_check_pf_ready() 177 static void nicvf_config_cpi(struct nicvf *nic) in nicvf_config_cpi() 189 static int nicvf_init_resources(struct nicvf *nic) in nicvf_init_resources() 318 void nicvf_handle_qs_err(struct nicvf *nic) in nicvf_handle_qs_err() 340 struct nicvf *nic = dev_get_priv(dev); in nicvf_free_pkt() local 350 struct nicvf *nic = dev_get_priv(dev); in nicvf_xmit() local 375 struct nicvf *nic = dev_get_priv(dev); in nicvf_recv() local 404 struct nicvf *nic = dev_get_priv(dev); in nicvf_stop() local 421 struct nicvf *nic = dev_get_priv(dev); in nicvf_open() local [all …]
|
A D | nic_main.c | 41 static void nic_reg_write(struct nicpf *nic, u64 offset, u64 val) in nic_reg_write() 46 static u64 nic_reg_read(struct nicpf *nic, u64 offset) in nic_reg_read() 77 static void nic_mbx_send_ready(struct nicpf *nic, int vf) in nic_mbx_send_ready() 119 static void nic_mbx_send_ack(struct nicpf *nic, int vf) in nic_mbx_send_ack() 131 static void nic_mbx_send_nack(struct nicpf *nic, int vf) in nic_mbx_send_nack() 155 void nic_handle_mbx_intr(struct nicpf *nic, int vf) in nic_handle_mbx_intr() 321 static int nic_rcv_queue_sw_sync(struct nicpf *nic) in nic_rcv_queue_sw_sync() 387 static void nic_set_lmac_vf_mapping(struct nicpf *nic) in nic_set_lmac_vf_mapping() 425 static void nic_get_hw_info(struct nicpf *nic) in nic_get_hw_info() 480 static void nic_init_hw(struct nicpf *nic) in nic_init_hw() [all …]
|
/u-boot/board/toradex/common/ |
A D | tdx-cfg-block.h | 20 u32 nic:24; member
|
/u-boot/drivers/net/ |
A D | e1000.c | 5610 static int e1000_transmit(struct eth_device *nic, void *txpacket, int length) in e1000_transmit() 5621 e1000_disable(struct eth_device *nic) in e1000_disable() 5632 e1000_init(struct eth_device *nic, struct bd_info *bis) in e1000_init() 5640 e1000_poll(struct eth_device *nic) in e1000_poll() 5724 struct eth_device *nic = malloc(sizeof(*nic)); in e1000_initialize() local
|
A D | ne2000_base.c | 98 static dp83902a_priv_data_t nic; /* just one instance of the card supported */ variable
|
A D | e1000.h | 1081 struct eth_device *nic; member
|
Completed in 29 milliseconds