nicpf
struct nicpf *nic = (struct nicpf *)arg;
struct nicpf *nic = (struct nicpf *)arg;
nic_enable_msix(struct nicpf *nic)
nic_disable_msix(struct nicpf *nic)
nic_free_all_interrupts(struct nicpf *nic)
nic_register_interrupts(struct nicpf *nic)
nic_unregister_interrupts(struct nicpf *nic)
static int nic_sriov_init(device_t dev, struct nicpf *nic)
struct nicpf *nic;
nic = (struct nicpf *)arg;
sizeof(struct nicpf),
static int nicpf_alloc_res(struct nicpf *);
static void nicpf_free_res(struct nicpf *);
static void nic_set_lmac_vf_mapping(struct nicpf *);
static void nic_init_hw(struct nicpf *);
static int nic_sriov_init(device_t, struct nicpf *);
static int nic_register_interrupts(struct nicpf *);
static void nic_unregister_interrupts(struct nicpf *);
struct nicpf *nic;
struct nicpf *nic;
struct nicpf *nic;
struct nicpf *nic;
nicpf_alloc_res(struct nicpf *nic)
nicpf_free_res(struct nicpf *nic)
nic_reg_write(struct nicpf *nic, bus_space_handle_t offset,
nic_reg_read(struct nicpf *nic, uint64_t offset)
nic_enable_mbx_intr(struct nicpf *nic)
nic_clear_mbx_intr(struct nicpf *nic, int vf, int mbx_reg)
nic_send_msg_to_vf(struct nicpf *nic, int vf, union nic_mbx *mbx)
nic_mbx_send_ready(struct nicpf *nic, int vf)
nic_mbx_send_ack(struct nicpf *nic, int vf)
nic_mbx_send_nack(struct nicpf *nic, int vf)
nic_rcv_queue_sw_sync(struct nicpf *nic)
nic_get_bgx_stats(struct nicpf *nic, struct bgx_stats_msg *bgx)
nic_update_hw_frs(struct nicpf *nic, int new_frs, int vf)
nic_set_tx_pkt_pad(struct nicpf *nic, int size)
nic_set_lmac_vf_mapping(struct nicpf *nic)
nic_init_hw(struct nicpf *nic)
nic_config_cpi(struct nicpf *nic, struct cpi_cfg_msg *cfg)
nic_send_rss_size(struct nicpf *nic, int vf)
nic_config_rss(struct nicpf *nic, struct rss_cfg_msg *cfg)
nic_tx_channel_cfg(struct nicpf *nic, uint8_t vnic, struct sq_cfg_msg *sq)
nic_config_loopback(struct nicpf *nic, struct set_loopback *lbk)
nic_handle_mbx_intr(struct nicpf *nic, int vf)
nic_mbx_intr_handler(struct nicpf *nic, int mbx)