Home
last modified time | relevance | path

Searched refs:cfa_code_map (Results 1 – 2 of 2) sorted by relevance

/drivers/net/ethernet/broadcom/bnxt/
A Dbnxt_vfr.c355 kfree(bp->cfa_code_map); in bnxt_vf_reps_destroy()
356 bp->cfa_code_map = NULL; in bnxt_vf_reps_destroy()
392 u16 *cfa_code_map) in bnxt_alloc_vf_rep() argument
418 u16 *cfa_code_map = bp->cfa_code_map, num_vfs = pci_num_vf(bp->pdev); in bnxt_vf_reps_alloc() local
425 if (!cfa_code_map) in bnxt_vf_reps_alloc()
429 cfa_code_map[i] = VF_IDX_INVALID; in bnxt_vf_reps_alloc()
504 cfa_code_map = kmalloc_array(MAX_CFA_CODE, sizeof(*bp->cfa_code_map), in bnxt_vf_reps_create()
506 if (!cfa_code_map) { in bnxt_vf_reps_create()
511 cfa_code_map[i] = VF_IDX_INVALID; in bnxt_vf_reps_create()
541 bp->cfa_code_map = cfa_code_map; in bnxt_vf_reps_create()
[all …]
A Dbnxt.h2720 u16 *cfa_code_map; /* cfa_code -> vf_idx map */ member

Completed in 21 milliseconds