Searched refs:num_vecs (Results 1 – 11 of 11) sorted by relevance
/Linux-v4.19/drivers/scsi/bfa/ |
D | bfa_hw_ct.c | 102 u32 *num_vecs, u32 *max_vec_bit) in bfa_hwct_msix_getvecs() argument 106 *num_vecs = BFI_MSIX_CT_MAX; in bfa_hwct_msix_getvecs()
|
D | bfa_hw_cb.c | 80 u32 *num_vecs, u32 *max_vec_bit) in bfa_hwcb_msix_getvecs() argument 101 *num_vecs = __HFN_NUMINTS; in bfa_hwcb_msix_getvecs()
|
/Linux-v4.19/drivers/xen/xenbus/ |
D | xenbus_xs.c | 286 req->num_vecs = 1; in xenbus_dev_request_and_reply() 300 unsigned int num_vecs, in xs_talkv() argument 314 req->num_vecs = num_vecs; in xs_talkv() 321 for (i = 0; i < num_vecs; i++) in xs_talkv()
|
D | xenbus.h | 83 int num_vecs; member
|
D | xenbus_comms.c | 362 while (state.idx < state.req->num_vecs) { in process_writes()
|
/Linux-v4.19/drivers/net/ethernet/netronome/nfp/ |
D | nfp_net_ethtool.c | 522 static unsigned int nfp_vnic_get_hw_stats_count(unsigned int num_vecs) in nfp_vnic_get_hw_stats_count() argument 524 return NN_ET_GLOBAL_STATS_LEN + num_vecs * 4; in nfp_vnic_get_hw_stats_count() 528 nfp_vnic_get_hw_stats_strings(u8 *data, unsigned int num_vecs, bool repr) in nfp_vnic_get_hw_stats_strings() argument 548 for (i = 0; i < num_vecs; i++) { in nfp_vnic_get_hw_stats_strings() 559 nfp_vnic_get_hw_stats(u64 *data, u8 __iomem *mem, unsigned int num_vecs) in nfp_vnic_get_hw_stats() argument 566 for (i = 0; i < num_vecs; i++) { in nfp_vnic_get_hw_stats()
|
/Linux-v4.19/drivers/hv/ |
D | channel.c | 733 int num_vecs = ((bufferlen != 0) ? 3 : 1); in vmbus_sendpacket() local 751 return hv_ringbuffer_write(channel, bufferlist, num_vecs); in vmbus_sendpacket()
|
/Linux-v4.19/drivers/net/ethernet/brocade/bna/ |
D | bna_types.h | 575 u32 num_vecs; member
|
D | bna_tx_rx.c | 2397 q0->num_vecs = rx_cfg->q0_num_vecs; in bna_rx_create() 2423 q1->num_vecs = 1; in bna_rx_create()
|
/Linux-v4.19/drivers/nvme/host/ |
D | pci.c | 94 unsigned int num_vecs; member 439 dev->num_vecs > 1 ? 1 /* admin queue */ : 0); in nvme_pci_map_queues() 1419 vector = dev->num_vecs == 1 ? 0 : qid; in nvme_create_queue() 1923 dev->num_vecs = result; in nvme_setup_io_queues()
|
/Linux-v4.19/drivers/edac/ |
D | amd64_edac.c | 2273 static int decode_syndrome(u16 syndrome, const u16 *vectors, unsigned num_vecs, in decode_syndrome() argument 2278 for (err_sym = 0; err_sym < num_vecs / v_dim; err_sym++) { in decode_syndrome()
|