Searched refs:fc_addr (Results 1 – 7 of 7) sorted by relevance
/drivers/net/ethernet/marvell/octeontx2/nic/ |
D | qos_sq.c | 28 qmem_free(pfvf->dev, pool->fc_addr); in otx2_qos_aura_pool_free() 30 pool->fc_addr = NULL; in otx2_qos_aura_pool_free() 111 qmem_free(pfvf->dev, pool->fc_addr); in otx2_qos_sq_aura_pool_init()
|
D | otx2_txrx.h | 120 struct qmem *fc_addr; member
|
D | otx2_common.c | 947 sq->aura_fc_addr = pool->fc_addr->base; in otx2_sq_init() 1253 qmem_free(pfvf->dev, pool->fc_addr); in otx2_aura_pool_free() 1271 if (!pool->fc_addr) { in otx2_aura_init() 1272 err = qmem_alloc(pfvf->dev, &pool->fc_addr, 1, OTX2_ALIGN); in otx2_aura_init() 1299 aq->aura.fc_addr = pool->fc_addr->iova; in otx2_aura_init()
|
/drivers/scsi/elx/libefc/ |
D | efc_cmds.c | 606 efc_cmd_node_alloc(struct efc *efc, struct efc_remote_node *rnode, u32 fc_addr, in efc_cmd_node_alloc() argument 613 fc_addr, rnode->indicator); in efc_cmd_node_alloc() 623 fc_addr); in efc_cmd_node_alloc() 627 rnode->fc_id = fc_addr; in efc_cmd_node_alloc()
|
D | efc_cmds.h | 32 efc_cmd_node_alloc(struct efc *efc, struct efc_remote_node *rnode, u32 fc_addr,
|
/drivers/net/ethernet/marvell/octeontx2/af/ |
D | rvu_struct.h | 210 u64 fc_addr; /* W4 */ member 260 u64 fc_addr; /* W5 */ member
|
D | rvu_debugfs.c | 1093 seq_printf(m, "W4: fc_addr\t\t%llx\n", aura->fc_addr); in print_npa_aura_ctx() 1140 seq_printf(m, "W5: fc_addr\t\t%llx\n", pool->fc_addr); in print_npa_pool_ctx()
|