Home
last modified time | relevance | path

Searched refs:fc_addr (Results 1 – 7 of 7) sorted by relevance

/drivers/net/ethernet/marvell/octeontx2/nic/
Dqos_sq.c28 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()
Dotx2_txrx.h120 struct qmem *fc_addr; member
Dotx2_common.c947 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/
Defc_cmds.c606 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()
Defc_cmds.h32 efc_cmd_node_alloc(struct efc *efc, struct efc_remote_node *rnode, u32 fc_addr,
/drivers/net/ethernet/marvell/octeontx2/af/
Drvu_struct.h210 u64 fc_addr; /* W4 */ member
260 u64 fc_addr; /* W5 */ member
Drvu_debugfs.c1093 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()