/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 | 361 u8 fc_type, fc_stype; in mt76_connac2_mac_write_txwi_8023() local 382 fc_type = IEEE80211_FTYPE_DATA >> 2; in mt76_connac2_mac_write_txwi_8023() 385 val = FIELD_PREP(MT_TXD2_FRAME_TYPE, fc_type) | in mt76_connac2_mac_write_txwi_8023() 390 val = FIELD_PREP(MT_TXD7_TYPE, fc_type) | in mt76_connac2_mac_write_txwi_8023() 407 u8 fc_type, fc_stype; in mt76_connac2_mac_write_txwi_80211() local 431 fc_type = (le16_to_cpu(fc) & IEEE80211_FCTL_FTYPE) >> 2; in mt76_connac2_mac_write_txwi_80211() 434 val = FIELD_PREP(MT_TXD2_FRAME_TYPE, fc_type) | in mt76_connac2_mac_write_txwi_80211() 472 val = FIELD_PREP(MT_TXD7_TYPE, fc_type) | in mt76_connac2_mac_write_txwi_80211() 476 val = FIELD_PREP(MT_TXD8_L_TYPE, fc_type) | in mt76_connac2_mac_write_txwi_80211()
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/ |
H A D | mac.c | 733 u8 fc_type, fc_stype; in mt7996_mac_write_txwi_8023() local 754 fc_type = IEEE80211_FTYPE_DATA >> 2; in mt7996_mac_write_txwi_8023() 757 val = FIELD_PREP(MT_TXD2_FRAME_TYPE, fc_type) | in mt7996_mac_write_txwi_8023() 773 u8 fc_type, fc_stype; in mt7996_mac_write_txwi_80211() local 800 fc_type = (le16_to_cpu(fc) & IEEE80211_FCTL_FTYPE) >> 2; in mt7996_mac_write_txwi_80211() 803 val = FIELD_PREP(MT_TXD2_FRAME_TYPE, fc_type) | in mt7996_mac_write_txwi_80211()
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7615/ |
H A D | mac.c | 726 u8 fc_type, fc_stype, p_fmt, q_idx, omac_idx = 0, wmm_idx = 0; in mt7615_mac_write_txwi() local 755 fc_type = (le16_to_cpu(fc) & IEEE80211_FCTL_FTYPE) >> 2; in mt7615_mac_write_txwi() 786 val = FIELD_PREP(MT_TXD2_FRAME_TYPE, fc_type) | in mt7615_mac_write_txwi() 868 val = FIELD_PREP(MT_TXD7_TYPE, fc_type) | in mt7615_mac_write_txwi() 873 val = FIELD_PREP(MT_TXD8_L_TYPE, fc_type) | in mt7615_mac_write_txwi()
|
/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
|