Searched refs:sci (Results 1 - 12 of 12) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_primary32.h169 SizeClassInfo *sci = GetSizeClassInfo(class_id); local
170 SpinMutexLock l(&sci->mutex);
171 if (sci->free_list.empty()) {
172 if (UNLIKELY(!PopulateFreeList(stat, c, sci, class_id)))
174 DCHECK(!sci->free_list.empty());
176 TransferBatch *b = sci->free_list.front();
177 sci->free_list.pop_front();
185 SizeClassInfo *sci = GetSizeClassInfo(class_id); local
186 SpinMutexLock l(&sci->mutex);
187 sci
315 PopulateBatches(AllocatorCache *c, SizeClassInfo *sci, uptr class_id, TransferBatch **current_batch, uptr max_count, uptr *pointers_array, uptr count) argument
340 PopulateFreeList(AllocatorStats *stat, AllocatorCache *c, SizeClassInfo *sci, uptr class_id) argument
[all...]
/freebsd-12-stable/contrib/wpa/src/drivers/
H A Ddriver_macsec_linux.c115 static int nla_put_rxsc_config(struct nl_msg *msg, u64 sci) argument
122 NLA_PUT_U64(msg, MACSEC_RXSC_ATTR_SCI, sci);
686 err = do_dump(drv, 0xff, mka_sci_u64(&sa->sc->sci), sa->an,
826 drv->ifname, SCI2STR(sc->sci.addr, sc->sci.port),
833 if (nla_put_rxsc_config(msg, mka_sci_u64(&sc->sci)))
863 drv->ifname, SCI2STR(sc->sci.addr, sc->sci.port));
869 if (nla_put_rxsc_config(msg, mka_sci_u64(&sc->sci)))
903 SCI2STR(sa->sc->sci
990 set_active_rx_sa(const struct macsec_genl_ctx *ctx, int ifindex, u64 sci, unsigned char an, Boolean state) argument
1065 lookup_sc(struct nl_cache *cache, int parent, u64 sci) argument
1098 u64 sci; local
[all...]
H A Ddriver_macsec_qca.c63 struct ieee802_1x_mka_sci sci; member in struct:channel_map
393 wpa_printf(MSG_DEBUG, "%s: es=%d, scb=%d, sci=%d",
497 struct ieee802_1x_mka_sci *sci,
503 if (os_memcmp(&map[i].sci, sci,
515 struct ieee802_1x_mka_sci *sci,
518 os_memcpy(&map[channel].sci, sci, sizeof(struct ieee802_1x_mka_sci));
526 return macsec_qca_lookup_channel(drv->receive_channel_map, &sc->sci,
535 macsec_qca_register_channel(drv->receive_channel_map, &sc->sci,
496 macsec_qca_lookup_channel(struct channel_map *map, struct ieee802_1x_mka_sci *sci, u32 *channel) argument
514 macsec_qca_register_channel(struct channel_map *map, struct ieee802_1x_mka_sci *sci, u32 channel) argument
[all...]
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dvdev_indirect.c363 spa_condensing_indirect_t *sci = kmem_zalloc(sizeof (*sci), KM_SLEEP); local
367 list_create(&sci->sci_new_mapping_entries[i],
372 sci->sci_new_mapping =
375 return (sci);
379 spa_condensing_indirect_destroy(spa_condensing_indirect_t *sci) argument
382 list_destroy(&sci->sci_new_mapping_entries[i]);
384 if (sci->sci_new_mapping != NULL)
385 vdev_indirect_mapping_close(sci->sci_new_mapping);
387 kmem_free(sci, sizeo
480 spa_condensing_indirect_t *sci = arg; local
542 spa_condensing_indirect_t *sci = arg; local
562 spa_condensing_indirect_t *sci = spa->spa_condensing_indirect; local
577 spa_condense_indirect_commit_sync, sci, local
657 spa_condensing_indirect_t *sci = spa->spa_condensing_indirect; local
[all...]
/freebsd-12-stable/sys/contrib/ncsw/Peripherals/FM/MACSEC/
H A Dfm_macsec_master.h305 #define GET_SCI_FIRST_HALF(sci) (uint32_t)((macsecSCI_t)((macsecSCI_t)(sci) & SCI_HIGH_MASK) >> LONG_SHIFT)
306 #define GET_SCI_SECOND_HALF(sci) (uint32_t)((macsecSCI_t)(sci) & SCI_LOW_MASK)
H A Dfm_macsec.h114 macsecSCI_t sci; member in struct:__anon10768
125 macsecSCI_t sci; member in struct:__anon10769
H A Dfm_macsec_secy.c89 macsecSCI_t sci,
142 ((t_RxScParams *)p_Params)->sci = sci;
152 ((t_TxScParams *)p_Params)->sci = sci;
315 p_FmMacsecSecYDriverParam->txScParams.sci,
503 return FmMacsecSecYCreateSc(p_FmMacsecSecY, p_ScParams->sci, p_ScParams->cipherSuite, e_SC_RX);
88 FmMacsecSecYCreateSc(t_FmMacsecSecY *p_FmMacsecSecY, macsecSCI_t sci, e_FmMacsecSecYCipherSuite cipherSuite, e_ScType type) argument
H A Dfm_macsec_master.c605 WRITE_UINT32(p_FmMacsec->p_FmMacsecRegs->rxsci1h, GET_SCI_FIRST_HALF(p_RxScParams->sci));
606 WRITE_UINT32(p_FmMacsec->p_FmMacsecRegs->rxsci2h, GET_SCI_SECOND_HALF(p_RxScParams->sci));
663 WRITE_UINT32(p_FmMacsec->p_FmMacsecRegs->txsci1h, GET_SCI_FIRST_HALF(p_TxScParams->sci));
664 WRITE_UINT32(p_FmMacsec->p_FmMacsecRegs->txsci2h, GET_SCI_SECOND_HALF(p_TxScParams->sci));
/freebsd-12-stable/contrib/wpa/src/pae/
H A Dieee802_1x_kay.h81 struct ieee802_1x_mka_sci sci; /* const SCI sci */ member in struct:transmit_sc
112 struct ieee802_1x_mka_sci sci; /* const SCI sci */ member in struct:receive_sc
238 u64 mka_sci_u64(struct ieee802_1x_mka_sci *sci);
H A Dieee802_1x_kay.c116 static const char * sci_txt(const struct ieee802_1x_mka_sci *sci) argument
121 MAC2STR(sci->addr), be_to_host16(sci->port));
418 u64 mka_sci_u64(struct ieee802_1x_mka_sci *sci) argument
422 os_memcpy(tmp.addr, sci->addr, ETH_ALEN);
423 tmp.port = sci->port;
441 const struct ieee802_1x_mka_sci *sci)
447 if (sci_equal(&peer->sci, sci))
453 if (sci_equal(&peer->sci, sc
440 ieee802_1x_kay_get_peer_sci(struct ieee802_1x_mka_participant *participant, const struct ieee802_1x_mka_sci *sci) argument
2690 ieee802_1x_kay_init_transmit_sc(const struct ieee802_1x_mka_sci *sci) argument
[all...]
H A Dieee802_1x_kay_i.h45 struct ieee802_1x_mka_sci sci; member in struct:ieee802_1x_kay_peer
/freebsd-12-stable/sys/contrib/ncsw/inc/Peripherals/
H A Dfm_macsec_ext.h164 @Description enum for unknown sci frame treatment
188 @Description Change the treatment for received frames with unknown sci from its default
669 macsecSCI_t sci; /**< The secure channel identification of the SC */ member in struct:t_FmMacsecSecYSCParams
693 @Description enum for sci insertion
696 e_FM_MACSEC_SCI_INSERTION_MODE_EXPLICIT_SECTAG = 0, /**< explicit sci in the sectag */
697 e_FM_MACSEC_SCI_INSERTION_MODE_EXPLICIT_MAC_SA, /**< mac sa is overwritten with the sci*/
698 e_FM_MACSEC_SCI_INSERTION_MODE_IMPLICT_PTP /**< implicit point-to-point sci (pre-shared) */

Completed in 141 milliseconds