Searched refs:action (Results 251 - 275 of 381) sorted by relevance

<<111213141516

/drivers/net/wireless/libertas/
H A Dif_usb.c139 b2_cmd.action = 0;
151 wake_method.action = cpu_to_le16(CMD_ACT_GET);
/drivers/net/wireless/libertas_tf/
H A Dif_usb.c109 b2_cmd.action = 0;
356 cmd->action = cpu_to_le16(CMD_ACT_HALT);
/drivers/net/wireless/rtlwifi/btcoexist/
H A Dhalbtcoutsrc.c403 /* the following are some action which will be triggered */
424 /* the following are some action which will be triggered */
762 void exhalbtc_connect_notify(struct btc_coexist *btcoexist, u8 action) argument
774 if (action)
/drivers/net/wireless/ti/wlcore/
H A Dacx.h936 /* action of type FILTER_XXX */
951 u8 action; member in struct:acx_rx_filter_cfg
1132 enum rx_filter_action action);
/drivers/powercap/
H A Dintel_rapl.c1324 unsigned long action, void *hcpu)
1331 switch (action) {
1323 rapl_cpu_callback(struct notifier_block *nfb, unsigned long action, void *hcpu) argument
/drivers/scsi/be2iscsi/
H A Dbe_cmds.h446 u32 action; member in struct:be_ip_addr_record
479 u32 action; member in struct:be_cmd_set_def_gateway_req
/drivers/scsi/
H A Dvirtio_scsi.c840 unsigned long action, void *hcpu)
843 switch(action) {
839 virtscsi_cpu_callback(struct notifier_block *nfb, unsigned long action, void *hcpu) argument
H A Dqla1280.c753 enum action {
835 * The function will attempt to perform a specified error action and
841 * action = error action to take (see action_t)
848 qla1280_error_action(struct scsi_cmnd *cmd, enum action action) argument
867 dprintk(4, "error_action %i, istatus 0x%04x\n", action,
876 "Handle=0x%p, action=0x%x\n",
877 ha->host_no, cmd, CMD_HANDLE(cmd), action);
882 * action wa
[all...]
/drivers/staging/rtl8188eu/include/
H A Dieee80211.h984 RTW_WLAN_CATEGORY_PUBLIC = 4, /* IEEE 802.11 public action frames */
991 RTW_WLAN_CATEGORY_P2P = 0x7f,/* P2P action frames */
994 /* SPECTRUM_MGMT action code */
1024 /* BACK action code */
1031 /* HT features action code */
1258 u8 *action);
1259 const char *action_public_str(u8 action);
/drivers/w1/
H A Dw1.c617 static int w1_family_notify(unsigned long action, struct w1_slave *sl) argument
627 switch (action) {
/drivers/ata/
H A Dlibahci.c1649 active_ehi->action |= ATA_EH_RESET;
1657 active_ehi->action |= ATA_EH_RESET;
1663 host_ehi->action |= ATA_EH_RESET;
1672 host_ehi->action |= ATA_EH_RESET;
1776 ehi->action |= ATA_EH_RESET;
H A Dlibata-core.c1535 * conditions are reported via return value. No recovery action
3739 if (ehc->i.action & ATA_EH_HARDRESET)
3754 ehc->i.action &= ~ATA_EH_SOFTRESET;
5076 link->eh_info.action |= ATA_EH_RESET;
5302 unsigned int action, unsigned int ehi_flags,
5322 link->eh_info.action |= action;
6044 ehi->action |= ATA_EH_RESET;
5301 ata_port_request_pm(struct ata_port *ap, pm_message_t mesg, unsigned int action, unsigned int ehi_flags, bool async) argument
H A Dsata_nv.c1845 ehc->i.action |= ATA_EH_RESET;
2124 ehi->action |= ATA_EH_RESET;
2255 ehi->action |= ATA_EH_RESET;
2286 ehi->action |= ATA_EH_RESET;
H A Dsata_via.c371 ehc->i.action &= ~ATA_EH_RESET;
/drivers/message/fusion/
H A Dmptctl.c1918 "number=0x%02x action=0x%02x\n", ioc->name,
2499 cfg.action = MPI_CONFIG_ACTION_PAGE_HEADER;
2507 cfg.action = MPI_CONFIG_ACTION_PAGE_READ_CURRENT;
2713 cfg.action = MPI_CONFIG_ACTION_PAGE_READ_CURRENT;
2761 cfg.action = MPI_CONFIG_ACTION_PAGE_HEADER;
2767 cfg.action = MPI_CONFIG_ACTION_PAGE_READ_CURRENT;
H A Dmptbase.h902 u8 action; member in struct:_x_config_parms
/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_stats.c566 /* vfs travel through here as part of the statistics FSM, but no action
1393 void (*action)(struct bnx2x *bp); member in struct:__anon2822
1414 void (*action)(struct bnx2x *bp);
1421 action = bnx2x_stats_stm[state][event].action;
1424 action(bp);
/drivers/net/ethernet/mellanox/mlx4/
H A Den_netdev.c826 dst_tmp->action = MCLIST_REM;
836 dst_tmp->action = MCLIST_NONE;
848 new_mc->action = MCLIST_ADD;
1060 if (mclist->action == MCLIST_REM) {
1081 } else if (mclist->action == MCLIST_ADD) {
/drivers/net/wireless/iwlwifi/mvm/
H A Dmac80211.c576 enum ieee80211_ampdu_mlme_action action,
584 IWL_DEBUG_HT(mvm, "A-MPDU action on addr %pM tid %d: action %d\n",
585 sta->addr, tid, action);
591 switch (action) {
617 switch (action) {
2360 .action = cpu_to_le32(FW_CTXT_ACTION_ADD),
574 iwl_mvm_mac_ampdu_action(struct ieee80211_hw *hw, struct ieee80211_vif *vif, enum ieee80211_ampdu_mlme_action action, struct ieee80211_sta *sta, u16 tid, u16 *ssn, u8 buf_size) argument
/drivers/s390/net/
H A Dctcm_mpc.c836 * MPC Group Station FSM action
939 void mpc_channel_action(struct channel *ch, int direction, int action) argument
956 "read=%i, write=%i\n", __func__, action,
961 if ((action == MPC_CHANNEL_ADD) && (ch->in_mpcgroup == 0)) {
1014 } else if ((action == MPC_CHANNEL_REMOVE) &&
1036 "read=%i, write=%i\n", __func__, action,
1351 * NOP action for statemachines
1458 * Handle mpc group action timeout.
1459 * MPC Group Station FSM action
1498 * MPC Group Station FSM action
[all...]
/drivers/base/
H A Dcore.c416 enum kobject_action action; local
418 if (kobject_action_type(buf, count, &action) == 0)
419 kobject_uevent(&dev->kobj, action);
421 dev_err(dev, "uevent: unknown action-string\n");
/drivers/isdn/hisax/
H A Dhfc_usb.c240 queue_control_request(hfcusb_data *hfc, __u8 reg, __u8 val, int action) argument
249 buf->action = action;
305 /* if no scheme -> no LED action */
/drivers/net/ethernet/ti/
H A Ddavinci_emac.c638 * Updates phy status and takes action for network queue if required
813 * @action: multicast operation to perform
819 static void emac_add_mcast(struct emac_priv *priv, u32 action, u8 *mac_addr) argument
824 switch (action) {
847 ": bad operation %d", action);
/drivers/net/wan/
H A Ddscc4.c1457 int (*action)(struct dscc4_dev_priv *, struct net_device *);
1467 for (p = do_setting; p->action; p++) {
1468 if ((ret = p->action(dpriv, dev)) < 0)
/drivers/acpi/acpica/
H A Daclocal.h1150 char *action; member in struct:ah_predefined_name

Completed in 868 milliseconds

<<111213141516