Searched refs:cam_entries (Results 1 – 5 of 5) sorted by relevance
/linux-6.6.21/drivers/staging/qlge/ |
D | qlge_devlink.c | 126 FILL_SEG(cam_entries_seg_hdr, cam_entries); in qlge_reporter_coredump()
|
D | qlge_dbg.c | 1091 + 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()
|
D | qlge.h | 1784 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/ |
D | npc.h | 273 int cam_entries; member
|
D | rvu_npc.c | 1512 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()
|