Home
last modified time | relevance | path

Searched refs:cam_entries (Results 1 – 5 of 5) sorted by relevance

/linux-6.6.21/drivers/staging/qlge/
Dqlge_devlink.c126 FILL_SEG(cam_entries_seg_hdr, cam_entries); in qlge_reporter_coredump()
Dqlge_dbg.c1091 + sizeof(mpi_coredump->cam_entries), in qlge_core_dump()
1093 status = qlge_get_cam_entries(qdev, &mpi_coredump->cam_entries[0]); in qlge_core_dump()
1264 + sizeof(mpi_coredump->cam_entries), in qlge_gen_reg_dump()
1266 status = qlge_get_cam_entries(qdev, &mpi_coredump->cam_entries[0]); in qlge_gen_reg_dump()
Dqlge.h1784 u32 cam_entries[(16 * 3) + (32 * 3)]; member
1929 u32 cam_entries[(16 * 3) + (32 * 3)]; member
/linux-6.6.21/drivers/net/ethernet/marvell/octeontx2/af/
Dnpc.h273 int cam_entries; member
Drvu_npc.c1512 if (profile->cam_entries != profile->action_entries) { in npc_program_kpu_profile()
1515 kpu, profile->cam_entries, profile->action_entries); in npc_program_kpu_profile()
1521 num_entries = min_t(int, profile->cam_entries, max_entries); in npc_program_kpu_profile()
1533 num_entries = min_t(int, profile->action_entries, profile->cam_entries); in npc_program_kpu_profile()