Home
last modified time | relevance | path

Searched refs:sects (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/intel/ice/
H A Dice_flex_pipe.c2638 u16 sects; in ice_upd_prof_hw() local
2661 sects = xlt1 + xlt2 + tcam + es; in ice_upd_prof_hw()
2663 if (!sects) in ice_upd_prof_hw()
2671 status = ice_pkg_buf_reserve_section(b, sects); in ice_upd_prof_hw()
2705 if (!pkg_sects || pkg_sects != sects) { in ice_upd_prof_hw()
/linux/drivers/net/wireless/mediatek/mt76/
H A Dmt76_connac_mcu.c3409 sect = &hdr->sects[0]; in mt76_connac3_load_cb_patch()
3426 le32_to_cpu(hdr->sects[0].size); in mt76_connac3_load_cb_patch()
3450 dl = (uint8_t *)hdr + le32_to_cpu(hdr->sects[i].offset); in mt76_connac3_load_cb_patch()
3451 len = le32_to_cpu(hdr->sects[i].size); in mt76_connac3_load_cb_patch()
H A Dmt76_connac_mcu.h218 struct mt76_connac3_multi_header_v2_sec_raw_format sects[]; member