Searched refs:fc (Results 426 - 450 of 546) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/scsi/fnic/
H A Dfnic_fcs.c15 #include <scsi/fc/fc_fip.h>
16 #include <scsi/fc/fc_els.h>
17 #include <scsi/fc/fc_fcoe.h>
/linux-master/net/mac80211/
H A Dibss.c1588 u16 fc; local
1594 fc = le16_to_cpu(mgmt->frame_control);
1599 switch (fc & IEEE80211_FCTL_STYPE) {
H A Dmesh.c79 * - Power management control on fc
844 * @fc: frame control field
851 int ieee80211_fill_mesh_addresses(struct ieee80211_hdr *hdr, __le16 *fc, argument
855 *fc |= cpu_to_le16(IEEE80211_FCTL_FROMDS);
862 *fc |= cpu_to_le16(IEEE80211_FCTL_FROMDS | IEEE80211_FCTL_TODS);
H A Dsta_info.c1780 __le16 fc; local
1786 fc = cpu_to_le16(IEEE80211_FTYPE_DATA |
1791 fc = cpu_to_le16(IEEE80211_FTYPE_DATA |
1803 nullfunc->frame_control = fc;
/linux-master/drivers/net/ethernet/stmicro/stmmac/
H A Ddwxgmac2_core.c356 unsigned int fc, unsigned int pause_time,
362 if (fc & FLOW_RX)
364 if (fc & FLOW_TX) {
355 dwxgmac2_flow_ctrl(struct mac_device_info *hw, unsigned int duplex, unsigned int fc, unsigned int pause_time, u32 tx_cnt) argument
/linux-master/drivers/net/wireless/mediatek/mt76/mt7603/
H A Dmac.c934 u16 fc = le16_to_cpu(hdr->frame_control); local
958 frame_type = (fc & IEEE80211_FCTL_FTYPE) >> 2;
959 frame_subtype = (fc & IEEE80211_FCTL_STYPE) >> 4;
/linux-master/drivers/net/ethernet/aquantia/atlantic/hw_atl/
H A Dhw_atl_b0.c130 int hw_atl_b0_set_fc(struct aq_hw_s *self, u32 fc, u32 tc) argument
132 hw_atl_rpb_rx_xoff_en_per_tc_set(self, !!(fc & AQ_NIC_FC_RX), tc);
195 hw_atl_b0_set_fc(self, self->aq_nic_cfg->fc.req, tc);
/linux-master/drivers/scsi/csiostor/
H A Dcsio_attr.c43 #include <scsi/fc/fc_fs.h>
373 * @rport: fc rport.
395 /* Set fc vport state based on phyiscal lnode */
407 /* Set fc vport state based on virtual lnode */
/linux-master/drivers/scsi/bfa/
H A Dbfa_port.c95 port->stats->fc.secs_reset = ktime_get_seconds() - port->stats_reset_time;
/linux-master/drivers/scsi/libfc/
H A Dfc_disc.c31 #include <scsi/fc/fc_gs.h>
/linux-master/drivers/net/ethernet/aquantia/atlantic/hw_atl2/
H A Dhw_atl2_utils_fw.c239 u32 flow_control = self->aq_nic_cfg->fc.req;
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_mem.c32 #include <scsi/fc/fc_fs.h>
/linux-master/drivers/s390/cio/
H A Ddevice_pgid.c142 pgid->inf.fc = fn;
/linux-master/drivers/staging/rtl8192e/
H A Drtllib_softmac.c265 u16 fc, type, stype; local
268 fc = le16_to_cpu(header->frame_control);
269 type = WLAN_FC_GET_TYPE(fc);
270 stype = WLAN_FC_GET_STYPE(fc);
/linux-master/drivers/net/ethernet/intel/e1000e/
H A Dhw.h723 struct e1000_fc_info fc; member in struct:e1000_hw
H A D82571.c1403 if (hw->fc.requested_mode == e1000_fc_default)
1404 hw->fc.requested_mode = e1000_fc_full;
/linux-master/drivers/nvme/target/
H A Dfc.c11 #include <uapi/scsi/fc/fc_fs.h>
12 #include <uapi/scsi/fc/fc_els.h>
15 #include <linux/nvme-fc-driver.h>
16 #include <linux/nvme-fc.h>
17 #include "../host/fc.h"
463 /* fc-nvme target doesn't care about success or failure of cmd */
476 * The behavior of the fc-nvme target is such that it's
479 * connectivity with the fc-nvme host, so the target may never get a
482 * continue on with terminating the association. If the fc-nvme host
1524 * The nvmet-fc laye
[all...]
/linux-master/drivers/net/ethernet/intel/igc/
H A Digc_main.c84 struct igc_fc_info *fc = &hw->fc; local
100 fc->high_water = hwm & 0xFFFFFFF0; /* 16-byte granularity */
101 fc->low_water = fc->high_water - 16;
102 fc->pause_time = 0xFFFF;
103 fc->send_xon = 1;
104 fc->current_mode = fc->requested_mode;
7022 hw->fc
[all...]
/linux-master/net/ieee802154/
H A Dnl-mac.c745 u32 fc = nla_get_u32(info->attrs[IEEE802154_ATTR_LLSEC_FRAME_COUNTER]); local
747 params.frame_counter = cpu_to_be32(fc);
/linux-master/fs/
H A Dpipe.c1435 static int pipefs_init_fs_context(struct fs_context *fc) argument
1437 struct pseudo_fs_context *ctx = init_pseudo(fc, PIPEFS_MAGIC);
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_ethtool.c1123 switch (hw->fc.requested_mode) {
1675 if (hw->fc.current_mode == I40E_FC_RX_PAUSE) {
1677 } else if (hw->fc.current_mode == I40E_FC_TX_PAUSE) {
1679 } else if (hw->fc.current_mode == I40E_FC_FULL) {
1735 hw->fc.requested_mode = I40E_FC_FULL;
1737 hw->fc.requested_mode = I40E_FC_RX_PAUSE;
1739 hw->fc.requested_mode = I40E_FC_TX_PAUSE;
1741 hw->fc.requested_mode = I40E_FC_NONE;
1752 /* Set the fc mode and only restart an if link is up*/
1756 netdev_info(netdev, "Set fc faile
[all...]
/linux-master/drivers/net/ethernet/marvell/prestera/
H A Dprestera_main.c817 smac.fc = pevt->data.mac.fc;
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dsdio.c1374 u8 rx_seq, fc, tx_seq_max; local
1461 fc = swheader & SDPCM_FCMASK_MASK;
1462 if (bus->flowcontrol != fc) {
1463 if (~bus->flowcontrol & fc)
1465 if (bus->flowcontrol & ~fc)
1468 bus->flowcontrol = fc;
/linux-master/drivers/scsi/fcoe/
H A Dfcoe_ctlr.c25 #include <scsi/fc/fc_els.h>
26 #include <scsi/fc/fc_fs.h>
27 #include <scsi/fc/fc_fip.h>
28 #include <scsi/fc/fc_encaps.h>
29 #include <scsi/fc/fc_fcoe.h>
30 #include <scsi/fc/fc_fcp.h>
1962 * Returns: u64 fc world wide name
2079 * TBD: Add interface to get fc-4 types and features from libfc.
/linux-master/drivers/net/wireless/ath/ath9k/
H A Dxmit.c1388 __le16 fc; local
1391 fc = hdr->frame_control;
1393 if (ieee80211_is_beacon(fc))
1395 else if (ieee80211_is_probe_resp(fc))
1397 else if (ieee80211_is_atim(fc))
1399 else if (ieee80211_is_pspoll(fc))

Completed in 527 milliseconds

<<11121314151617181920>>