| /src/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()
|
| /src/sys/contrib/dev/mediatek/mt76/ |
| H A D | mt76_connac_mac.c | 365 u8 fc_type, fc_stype; in mt76_connac2_mac_write_txwi_8023() local 386 fc_type = IEEE80211_FTYPE_DATA >> 2; in mt76_connac2_mac_write_txwi_8023() 389 val = FIELD_PREP(MT_TXD2_FRAME_TYPE, fc_type) | in mt76_connac2_mac_write_txwi_8023() 394 val = FIELD_PREP(MT_TXD7_TYPE, fc_type) | in mt76_connac2_mac_write_txwi_8023() 412 u8 fc_type, fc_stype; in mt76_connac2_mac_write_txwi_80211() local 436 fc_type = (le16_to_cpu(fc) & IEEE80211_FCTL_FTYPE) >> 2; in mt76_connac2_mac_write_txwi_80211() 439 val = FIELD_PREP(MT_TXD2_FRAME_TYPE, fc_type) | in mt76_connac2_mac_write_txwi_80211() 484 val = FIELD_PREP(MT_TXD7_TYPE, fc_type) | in mt76_connac2_mac_write_txwi_80211() 488 val = FIELD_PREP(MT_TXD8_L_TYPE, fc_type) | in mt76_connac2_mac_write_txwi_80211()
|
| /src/sys/contrib/dev/mediatek/mt76/mt7925/ |
| H A D | mac.c | 626 u8 fc_type, fc_stype; in mt7925_mac_write_txwi_8023() local 647 fc_type = IEEE80211_FTYPE_DATA >> 2; in mt7925_mac_write_txwi_8023() 650 val = FIELD_PREP(MT_TXD2_FRAME_TYPE, fc_type) | in mt7925_mac_write_txwi_8023() 667 u8 fc_type, fc_stype; in mt7925_mac_write_txwi_80211() local 694 fc_type = (le16_to_cpu(fc) & IEEE80211_FCTL_FTYPE) >> 2; in mt7925_mac_write_txwi_80211() 697 val = FIELD_PREP(MT_TXD2_FRAME_TYPE, fc_type) | in mt7925_mac_write_txwi_80211()
|
| /src/sys/contrib/dev/mediatek/mt76/mt7615/ |
| H A D | mac.c | 719 u8 fc_type, fc_stype, p_fmt, q_idx, omac_idx = 0, wmm_idx = 0; in mt7615_mac_write_txwi() local 748 fc_type = (le16_to_cpu(fc) & IEEE80211_FCTL_FTYPE) >> 2; in mt7615_mac_write_txwi() 779 val = FIELD_PREP(MT_TXD2_FRAME_TYPE, fc_type) | in mt7615_mac_write_txwi() 861 val = FIELD_PREP(MT_TXD7_TYPE, fc_type) | in mt7615_mac_write_txwi() 866 val = FIELD_PREP(MT_TXD8_L_TYPE, fc_type) | in mt7615_mac_write_txwi()
|
| /src/sys/contrib/dev/mediatek/mt76/mt7996/ |
| H A D | mac.c | 757 u8 fc_type, fc_stype; in mt7996_mac_write_txwi_8023() local 777 fc_type = IEEE80211_FTYPE_DATA >> 2; in mt7996_mac_write_txwi_8023() 780 val = FIELD_PREP(MT_TXD2_FRAME_TYPE, fc_type) | in mt7996_mac_write_txwi_8023() 803 u8 fc_type, fc_stype; in mt7996_mac_write_txwi_80211() local 839 fc_type = (le16_to_cpu(fc) & IEEE80211_FCTL_FTYPE) >> 2; in mt7996_mac_write_txwi_80211() 842 val = FIELD_PREP(MT_TXD2_FRAME_TYPE, fc_type) | in mt7996_mac_write_txwi_80211()
|
| /src/sys/contrib/alpine-hal/eth/ |
| H A D | al_hal_eth.h | 431 enum al_eth_flow_control_type fc_type; /**< flow control*/ member
|