Home
last modified time | relevance | path

Searched refs:subsec (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/drivers/crypto/intel/qat/qat_common/
H A Dadf_gen4_vf_mig.c383 if (!subsec) { in adf_gen4_vfmig_load_etr_bank()
411 struct adf_mstate_sect_h *subsec; in adf_gen4_vfmig_load_etr() local
416 if (!subsec) { in adf_gen4_vfmig_load_etr()
454 if (!subsec) { in adf_gen4_vfmig_load_misc()
505 if (!subsec) { in adf_gen4_vfmig_load_generic()
555 if (!subsec) { in adf_gen4_vfmig_load_config()
611 if (!subsec) { in adf_gen4_vfmig_save_etr_bank()
647 if (!subsec) { in adf_gen4_vfmig_save_etr()
688 if (!subsec) { in adf_gen4_vfmig_save_misc()
751 if (!subsec) { in adf_gen4_vfmig_save_generic()
[all …]
/linux-6.15/drivers/bluetooth/
H A Dbtrtl.c460 struct rtl_subsection *subsec; in btrtl_insert_ordered_subsec() local
463 subsec = list_entry(pos, struct rtl_subsection, list); in btrtl_insert_ordered_subsec()
464 if (subsec->prio >= node->prio) in btrtl_insert_ordered_subsec()
475 struct rtl_subsection *subsec; in btrtl_parse_section() local
517 subsec = kzalloc(sizeof(*subsec), GFP_KERNEL); in btrtl_parse_section()
518 if (!subsec) in btrtl_parse_section()
520 subsec->opcode = opcode; in btrtl_parse_section()
521 subsec->prio = common_subsec->prio; in btrtl_parse_section()
522 subsec->len = subsec_len; in btrtl_parse_section()
523 subsec->data = ptr; in btrtl_parse_section()
[all …]