Searched refs:fc (Results 501 - 525 of 546) sorted by relevance

<<2122

/linux-master/drivers/net/wireless/ath/ath10k/
H A Dwmi-tlv.c2922 u16 fc; local
2929 fc = le16_to_cpu(hdr->frame_control);
2939 cmd->frame_control = __cpu_to_le32(fc);
H A Dmac.c3715 __le16 fc = hdr->frame_control; local
3723 if (ieee80211_is_mgmt(fc))
3743 (ieee80211_is_nullfunc(fc) || ieee80211_is_qos_nullfunc(fc)) &&
3756 if (ieee80211_is_data_present(fc) && sta && sta->tdls)
/linux-master/drivers/net/wireless/realtek/rtw89/
H A Dcore.h6320 __le16 fc = hdr->frame_control; local
6322 if (ieee80211_has_tods(fc))
6324 else if (ieee80211_has_fromds(fc))
H A Dfw.c2245 __le16 fc; local
2254 fc = cpu_to_le16(IEEE80211_FTYPE_DATA | IEEE80211_FCTL_TODS |
2257 fc = cpu_to_le16(IEEE80211_FTYPE_DATA | IEEE80211_FCTL_TODS);
2259 arp_skb->addr.frame_control = fc;
/linux-master/drivers/scsi/qla2xxx/
H A Dqla_fw.h10 #include <linux/nvme-fc.h>
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4.h588 enum cc_pause fc; /* actual link flow control */ member in struct:link_config
H A Dcxgb4_main.c194 static const char *fc[] = { "no", "Rx", "Tx", "Tx/Rx" }; local
228 fc[p->link_cfg.fc]);
/linux-master/drivers/scsi/libfc/
H A Dfc_lport.c84 #include <scsi/fc/fc_gs.h>
H A Dfc_fcp.c26 #include <scsi/fc/fc_fc2.h>
427 * @lport: fc lport struct
H A Dfc_exch.c20 #include <scsi/fc/fc_fc2.h>
/linux-master/net/core/
H A Dflow_dissector.c31 #include <scsi/fc/fc_fcoe.h>
/linux-master/drivers/scsi/fnic/
H A Dfnic_scsi.c24 #include <scsi/fc/fc_els.h>
25 #include <scsi/fc/fc_fcoe.h>
651 * Change state to fc mode, so that subsequent Flogi
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_hw4.h23 #include <uapi/scsi/fc/fc_fs.h>
24 #include <uapi/scsi/fc/fc_els.h>
H A Dlpfc_mbox.c32 #include <scsi/fc/fc_fs.h>
2207 * fc service parameters to the HBA for this VFI. REG_VFI configures virtual
H A Dlpfc_nvme.c37 #include <scsi/fc/fc_fs.h>
247 * to the nvme-fc transport via nvme_fc_rcv_ls_req().
587 * in the nvme-fc layer.
1513 * @pnvme_fcreq: IO request from nvme fc to driver.
1843 * @pnvme_fcreq: IO request from nvme fc to driver.
2285 * The lport memory was allocated by the nvme fc transport and is
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_common.c745 hw_fc_info = &pi->fc;
776 /* update fc info */
847 /* Retrieve the fc threshold */
858 /* Retrieve the fc threshold */
3472 status = ice_cfg_phy_fc(pi, &cfg, pi->fc.req_mode);
/linux-master/net/
H A Dsocket.c412 static int sockfs_init_fs_context(struct fs_context *fc) argument
414 struct pseudo_fs_context *ctx = init_pseudo(fc, SOCKFS_MAGIC);
/linux-master/drivers/net/wireless/ath/ath11k/
H A Dwmi.c7546 u16 fc; local
7612 fc = le16_to_cpu(hdr->frame_control);
7631 hdr->frame_control = __cpu_to_le16(fc &
7642 fc & IEEE80211_FCTL_FTYPE, fc & IEEE80211_FCTL_STYPE);
/linux-master/drivers/message/fusion/
H A Dmptbase.c1848 /* Initialize the fc rport list head.
6661 int scsi, fc, sas, lan, ctl, targ; local
6667 scsi = fc = sas = lan = ctl = targ = 0;
6676 if (!fc++) drvname = "FC host";
/linux-master/drivers/net/wireless/ath/wcn36xx/
H A Dhal.h1086 struct wcn36xx_hal_mac_frame_ctl fc; member in struct:wcn36xx_hal_mac_mgmt_hdr
/linux-master/drivers/net/ethernet/intel/e1000/
H A De1000_hw.h1334 e1000_fc_type fc; member in struct:e1000_hw
/linux-master/drivers/infiniband/hw/mlx5/
H A Dfs.c946 dst.counter_id = mlx5_fc_id(opfc->fc);
/linux-master/drivers/net/ethernet/intel/igb/
H A De1000_82575.c1752 switch (hw->fc.requested_mode) {
/linux-master/drivers/s390/scsi/
H A Dzfcp_fsf.c17 #include <scsi/fc/fc_els.h>
/linux-master/net/mac80211/
H A Dieee80211_i.h1883 __le16 fc, bool acked);

Completed in 1061 milliseconds

<<2122