/freebsd/sys/dev/ocs_fc/ |
H A D | ocs_device.c | 71 if (ocs->fc_type != node->fc_type) { in ocs_d_send_prli_rsp() 88 ocs_send_prli_acc(io, ox_id, ocs->fc_type, NULL, NULL); in ocs_d_send_prli_rsp() 499 node->fc_type = prli->type; in ocs_process_prli_payload() 987 if (ocs->fc_type == node->fc_type) { in __ocs_d_wait_plogi_rsp() 1658 if (ocs->fc_type == node->fc_type) in __ocs_d_device_ready() 1659 ocs_send_prli_acc(cbdata->io, ocs_be16toh(hdr->ox_id), ocs->fc_type, NULL, NULL); in __ocs_d_device_ready() 1671 if (ocs->fc_type == prlo->type) in __ocs_d_device_ready() 1672 ocs_send_prlo_acc(cbdata->io, ocs_be16toh(hdr->ox_id), ocs->fc_type, NULL, NULL); in __ocs_d_device_ready()
|
H A D | ocs_els.h | 81 extern ocs_io_t *ocs_send_prli_acc(ocs_io_t *io, uint32_t ox_id, uint8_t fc_type, els_cb_t cb, void… 83 extern ocs_io_t *ocs_send_prlo_acc(ocs_io_t *io, uint32_t ox_id, uint8_t fc_type, els_cb_t cb, void…
|
H A D | ocs_drv_fc.h | 65 uint8_t fc_type; member
|
H A D | ocs.h | 140 uint8_t fc_type; member
|
H A D | ocs_common.h | 374 fc_type:8; member
|
H A D | ocs_els.c | 1443 ocs_send_prli_acc(ocs_io_t *io, uint32_t ox_id, uint8_t fc_type, els_cb_t cb, void *cbarg) in ocs_send_prli_acc() argument 1466 prli->type = fc_type; in ocs_send_prli_acc() 1500 ocs_send_prlo_acc(ocs_io_t *io, uint32_t ox_id, uint8_t fc_type, els_cb_t cb, void *cbarg) in ocs_send_prlo_acc() argument 1523 prlo_acc->type = fc_type; in ocs_send_prlo_acc()
|
H A D | ocs_pci.c | 594 ocs->fc_type = FC_TYPE_FCP; in ocs_pci_attach()
|
/freebsd/sys/contrib/dev/mediatek/mt76/ |
H A D | mt76_connac_mac.c | 363 u8 fc_type, fc_stype; in mt76_connac2_mac_write_txwi_8023() local 384 fc_type = IEEE80211_FTYPE_DATA >> 2; in mt76_connac2_mac_write_txwi_8023() 387 val = FIELD_PREP(MT_TXD2_FRAME_TYPE, fc_type) | in mt76_connac2_mac_write_txwi_8023() 392 val = FIELD_PREP(MT_TXD7_TYPE, fc_type) | in mt76_connac2_mac_write_txwi_8023() 410 u8 fc_type, fc_stype; in mt76_connac2_mac_write_txwi_80211() local 434 fc_type = (le16_to_cpu(fc) & IEEE80211_FCTL_FTYPE) >> 2; in mt76_connac2_mac_write_txwi_80211() 437 val = FIELD_PREP(MT_TXD2_FRAME_TYPE, fc_type) | in mt76_connac2_mac_write_txwi_80211() 482 val = FIELD_PREP(MT_TXD7_TYPE, fc_type) | in mt76_connac2_mac_write_txwi_80211() 486 val = FIELD_PREP(MT_TXD8_L_TYPE, fc_type) | in mt76_connac2_mac_write_txwi_80211()
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7925/ |
H A D | mac.c | 625 u8 fc_type, fc_stype; in mt7925_mac_write_txwi_8023() local 646 fc_type = IEEE80211_FTYPE_DATA >> 2; in mt7925_mac_write_txwi_8023() 649 val = FIELD_PREP(MT_TXD2_FRAME_TYPE, fc_type) | in mt7925_mac_write_txwi_8023() 666 u8 fc_type, fc_stype; in mt7925_mac_write_txwi_80211() local 693 fc_type = (le16_to_cpu(fc) & IEEE80211_FCTL_FTYPE) >> 2; in mt7925_mac_write_txwi_80211() 696 val = FIELD_PREP(MT_TXD2_FRAME_TYPE, fc_type) | in mt7925_mac_write_txwi_80211()
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7615/ |
H A D | mac.c | 722 u8 fc_type, fc_stype, p_fmt, q_idx, omac_idx = 0, wmm_idx = 0; in mt7615_mac_write_txwi() local 751 fc_type = (le16_to_cpu(fc) & IEEE80211_FCTL_FTYPE) >> 2; in mt7615_mac_write_txwi() 782 val = FIELD_PREP(MT_TXD2_FRAME_TYPE, fc_type) | in mt7615_mac_write_txwi() 864 val = FIELD_PREP(MT_TXD7_TYPE, fc_type) | in mt7615_mac_write_txwi() 869 val = FIELD_PREP(MT_TXD8_L_TYPE, fc_type) | in mt7615_mac_write_txwi()
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/ |
H A D | mac.c | 717 u8 fc_type, fc_stype; in mt7996_mac_write_txwi_8023() local 738 fc_type = IEEE80211_FTYPE_DATA >> 2; in mt7996_mac_write_txwi_8023() 741 val = FIELD_PREP(MT_TXD2_FRAME_TYPE, fc_type) | in mt7996_mac_write_txwi_8023() 760 u8 fc_type, fc_stype; in mt7996_mac_write_txwi_80211() local 787 fc_type = (le16_to_cpu(fc) & IEEE80211_FCTL_FTYPE) >> 2; in mt7996_mac_write_txwi_80211() 790 val = FIELD_PREP(MT_TXD2_FRAME_TYPE, fc_type) | in mt7996_mac_write_txwi_80211()
|
/freebsd/sys/contrib/alpine-hal/eth/ |
H A D | al_hal_eth.h | 431 enum al_eth_flow_control_type fc_type; /**< flow control*/ member
|