Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/qlogic/qed/
H A Dqed_sp.h87 struct fcoe_init_ramrod_params fcoe_init; member
H A Dqed_fcoe.c115 p_ramrod = &p_ent->ramrod.fcoe_init; in qed_sp_fcoe_func_start()
/linux-6.15/drivers/net/ethernet/broadcom/
H A Dcnic.c2293 struct fcoe_init_ramrod_params *fcoe_init; in cnic_bnx2x_fcoe_init1() local
2315 if (sizeof(*fcoe_init) > CNIC_KWQ16_DATA_SIZE) { in cnic_bnx2x_fcoe_init1()
2320 if (!fcoe_init) in cnic_bnx2x_fcoe_init1()
2323 memset(fcoe_init, 0, sizeof(*fcoe_init)); in cnic_bnx2x_fcoe_init1()
2324 memcpy(&fcoe_init->init_kwqe1, req1, sizeof(*req1)); in cnic_bnx2x_fcoe_init1()
2325 memcpy(&fcoe_init->init_kwqe2, req2, sizeof(*req2)); in cnic_bnx2x_fcoe_init1()
2326 memcpy(&fcoe_init->init_kwqe3, req3, sizeof(*req3)); in cnic_bnx2x_fcoe_init1()
2329 fcoe_init->eq_pbl_size = cp->kcq2.dma.num_pages; in cnic_bnx2x_fcoe_init1()
2331 fcoe_init->sb_num = cp->status_blk_num; in cnic_bnx2x_fcoe_init1()
2332 fcoe_init->eq_prod = MAX_KCQ_IDX; in cnic_bnx2x_fcoe_init1()
[all …]
/linux-6.15/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x.h316 #define FCOE_INIT(bp) ((bp)->fcoe_init)
1516 bool fcoe_init; member
H A Dbnx2x_cmn.c2665 bp->fcoe_init = false; in bnx2x_nic_load()
H A Dbnx2x_main.c8889 bp->fcoe_init = true; in bnx2x_setup_queue()
/linux-6.15/drivers/scsi/fcoe/
H A Dfcoe.c2455 static int __init fcoe_init(void) in fcoe_init() function
2499 module_init(fcoe_init);