Searched refs:mac_type (Results 1 - 14 of 14) sorted by relevance

/freebsd-11-stable/crypto/openssl/ssl/
H A Dt1_enc.c336 int mac_type; local
346 mac_type = s->s3->tmp.new_mac_pkey_type;
505 mac_key = EVP_PKEY_new_mac_key(mac_type, NULL,
640 int mac_type = NID_undef, mac_secret_size = 0; local
651 (s->session, &c, &hash, &mac_type, &mac_secret_size, &comp)) {
658 s->s3->tmp.new_mac_pkey_type = mac_type;
/freebsd-11-stable/sys/mips/rmi/dev/nlge/
H A Dif_nlge.c903 sc->mac_type = blk->mode;
1318 if (sc->mac_type == XLR_XGMII) { /* TBD: XGMII init sequence */
1366 switch (sc->mac_type) {
1379 if (sc->mac_type == XLR_XAUI) {
1406 switch (sc->mac_type) {
1419 sc->mac_type);
H A Dif_nlge.h1111 int mac_type; member in struct:nlna_softc
/freebsd-11-stable/sys/dev/iwm/
H A Dif_iwm_mac_ctxt.c278 cmd->mac_type = htole32(IWM_FW_MAC_TYPE_BSS_STA);
H A Dif_iwmreg.h3458 * @mac_type: one of IWM_FW_MAC_TYPE_*
3470 * @mac_specific: one of struct iwm_mac_data_*, according to mac_type
3477 uint32_t mac_type; member in struct:iwm_mac_ctx_cmd
/freebsd-11-stable/sys/dev/bxe/
H A Dbxe_stats.c368 if (sc->link_vars.mac_type == ELINK_MAC_TYPE_EMAC) {
419 switch (sc->link_vars.mac_type) {
870 switch (sc->link_vars.mac_type) {
H A Dbxe_elink.h480 uint8_t mac_type; member in struct:elink_vars
H A Dbxe_elink.c2189 if (vars->mac_type == ELINK_MAC_TYPE_EMAC) {
2425 vars->mac_type = ELINK_MAC_TYPE_UMAC;
2585 vars->mac_type = ELINK_MAC_TYPE_XMAC;
2758 vars->mac_type = ELINK_MAC_TYPE_EMAC;
3057 if (vars->mac_type == ELINK_MAC_TYPE_XMAC)
3262 vars->mac_type = ELINK_MAC_TYPE_BMAC;
5612 vars->mac_type = ELINK_MAC_TYPE_XMAC;
5614 vars->mac_type = ELINK_MAC_TYPE_BMAC;
5617 vars->mac_type = ELINK_MAC_TYPE_UMAC;
5619 vars->mac_type
[all...]
H A Dbxe.c3590 int mac_type,
3602 bxe_set_bit(mac_type, &vlan_mac_flags);
3606 BLOGE(sc, "Failed to delete MACs (%d) mac_type %d wait_for_comp 0x%x\n",
3607 rc, mac_type, wait_for_comp);
5149 uint8_t mac_type; local
5175 mac_type = UNICAST_ADDRESS;
5310 mac_type = BROADCAST_ADDRESS;
5312 mac_type = MULTICAST_ADDRESS;
5392 mac_type);
5404 ETH_TX_PARSE_BD_E1X_ETH_ADDR_TYPE, mac_type);
3588 bxe_del_all_macs(struct bxe_softc *sc, struct ecore_vlan_mac_obj *mac_obj, int mac_type, uint8_t wait_for_comp) argument
11623 bxe_set_mac_one(struct bxe_softc *sc, uint8_t *mac, struct ecore_vlan_mac_obj *obj, uint8_t set, int mac_type, unsigned long *ramrod_flags) argument
[all...]
/freebsd-11-stable/sys/dev/ixgb/
H A Dixgb_hw.h701 ixgb_mac_type mac_type; /* Identifier for MAC controller */ member in struct:ixgb_hw
H A Dif_ixgb.c1230 adapter->hw.mac_type = ixgb_82597;
/freebsd-11-stable/sys/dev/bwi/
H A Dif_bwivar.h457 #define mac_type mac_regwin.rw_type macro
/freebsd-11-stable/sys/contrib/alpine-hal/eth/
H A Dal_hal_eth.h956 enum AL_ETH_FWD_CTRL_IDX_MAC_DA_TYPE mac_type; member in struct:al_eth_fwd_ctrl_table_index
H A Dal_hal_eth_main.c2627 if ((index->mac_type != AL_ETH_FWD_CTRL_IDX_MAC_DA_TYPE_ANY)
2628 && (index->mac_type != AL_REG_FIELD_GET(i, AL_FIELD_MASK(10,9),9)))

Completed in 342 milliseconds