Searched refs:sec_index (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/elftoolchain/elfcopy/ |
H A D | ascii.c | 54 static struct section *new_data_section(struct elfcopy *ecp, int sec_index, 208 int _ifd, first, sec_index, in_symtab, symtab_created; in create_elf_from_srec() local 251 sec_index = 1; in create_elf_from_srec() 284 s = new_data_section(ecp, sec_index, off, in create_elf_from_srec() 290 sec_index++; in create_elf_from_srec() 478 int _ifd, first, sec_index; in create_elf_from_ihex() local 520 sec_index = 1; in create_elf_from_ihex() 542 s = new_data_section(ecp, sec_index, off, in create_elf_from_ihex() 548 sec_index++; in create_elf_from_ihex() 637 new_data_section(struct elfcopy *ecp, int sec_index, uint64_t off, in new_data_section() argument [all …]
|
/freebsd/sys/contrib/dev/athk/ath10k/ |
H A D | htt_rx.c | 2540 enum htt_txrx_sec_cast_type sec_index; in ath10k_htt_rx_pn_check_replay_hl() local 2570 sec_index = HTT_TXRX_SEC_MCAST; in ath10k_htt_rx_pn_check_replay_hl() 2572 sec_index = HTT_TXRX_SEC_UCAST; in ath10k_htt_rx_pn_check_replay_hl() 2574 sec_type = peer->rx_pn[sec_index].sec_type; in ath10k_htt_rx_pn_check_replay_hl() 2575 ath10k_htt_rx_mpdu_desc_pn_hl(rx_desc, &new_pn, peer->rx_pn[sec_index].pn_len); in ath10k_htt_rx_pn_check_replay_hl() 2603 enum htt_txrx_sec_cast_type sec_index; in ath10k_htt_rx_proc_rx_ind_hl() local 2662 sec_index = HTT_TXRX_SEC_MCAST; in ath10k_htt_rx_proc_rx_ind_hl() 2664 sec_index = HTT_TXRX_SEC_UCAST; in ath10k_htt_rx_proc_rx_ind_hl() 2666 sec_type = peer->rx_pn[sec_index].sec_type; in ath10k_htt_rx_proc_rx_ind_hl() 2669 ath10k_htt_rx_mpdu_desc_pn_hl(rx_desc, &new_pn, peer->rx_pn[sec_index].pn_len); in ath10k_htt_rx_proc_rx_ind_hl() [all …]
|