Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/
Dqed_sp.h92 struct fcoe_init_ramrod_params fcoe_init; member
Dqed_fcoe.c114 p_ramrod = &p_ent->ramrod.fcoe_init; in qed_sp_fcoe_func_start()
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/
Dcnic.c2286 struct fcoe_init_ramrod_params *fcoe_init; in cnic_bnx2x_fcoe_init1() local
2308 if (sizeof(*fcoe_init) > CNIC_KWQ16_DATA_SIZE) { in cnic_bnx2x_fcoe_init1()
2312 fcoe_init = cnic_get_kwqe_16_data(cp, BNX2X_FCOE_L5_CID_BASE, &l5_data); in cnic_bnx2x_fcoe_init1()
2313 if (!fcoe_init) in cnic_bnx2x_fcoe_init1()
2316 memset(fcoe_init, 0, sizeof(*fcoe_init)); in cnic_bnx2x_fcoe_init1()
2317 memcpy(&fcoe_init->init_kwqe1, req1, sizeof(*req1)); in cnic_bnx2x_fcoe_init1()
2318 memcpy(&fcoe_init->init_kwqe2, req2, sizeof(*req2)); in cnic_bnx2x_fcoe_init1()
2319 memcpy(&fcoe_init->init_kwqe3, req3, sizeof(*req3)); in cnic_bnx2x_fcoe_init1()
2320 fcoe_init->eq_pbl_base.lo = cp->kcq2.dma.pgtbl_map & 0xffffffff; in cnic_bnx2x_fcoe_init1()
2321 fcoe_init->eq_pbl_base.hi = (u64) cp->kcq2.dma.pgtbl_map >> 32; in cnic_bnx2x_fcoe_init1()
[all …]
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x.h316 #define FCOE_INIT(bp) ((bp)->fcoe_init)
1515 bool fcoe_init; member
Dbnx2x_cmn.c2654 bp->fcoe_init = false; in bnx2x_nic_load()
Dbnx2x_main.c8891 bp->fcoe_init = true; in bnx2x_setup_queue()
/kernel/linux/linux-5.10/drivers/scsi/fcoe/
Dfcoe.c2469 static int __init fcoe_init(void) in fcoe_init() function
2512 module_init(fcoe_init);