search for: opmod

Displaying 11 results from an estimated 11 matches for "opmod".

Did you mean: opmode
2023 Mar 27
0
[PATCH] vdpa/mlx5: Avoid losing link state updates
...tatic bool f_status_was_set(u64 old, u64 new) > +{ > + if (!(old & BIT_ULL(VIRTIO_NET_F_STATUS)) && > + (new & BIT_ULL(VIRTIO_NET_F_STATUS))) > + return true; > + > + return false; > +} > + > +static u8 query_vport_state(struct mlx5_core_dev *mdev, u8 opmod, u16 vport) > +{ > + u32 out[MLX5_ST_SZ_DW(query_vport_state_out)] = {}; > + u32 in[MLX5_ST_SZ_DW(query_vport_state_in)] = {}; > + int err; > + > + MLX5_SET(query_vport_state_in, in, opcode, MLX5_CMD_OP_QUERY_VPORT_STATE); > + MLX5_SET(query_vport_state_in, in, op_mod, opmod);...
2023 Apr 03
0
[Patch v3] vdpa/mlx5: Avoid losing link state updates
...x5/net/mlx5_vnet.c > >> +++ b/drivers/vdpa/mlx5/net/mlx5_vnet.c > >> @@ -2322,10 +2322,115 @@ static void update_cvq_info(struct mlx5_vdpa_dev *mvdev) > >> } > >> } > >> > >> +static u8 query_vport_state(struct mlx5_core_dev *mdev, u8 opmod, u16 vport) > >> +{ > >> + u32 out[MLX5_ST_SZ_DW(query_vport_state_out)] = {}; > >> + u32 in[MLX5_ST_SZ_DW(query_vport_state_in)] = {}; > >> + int err; > >> + > >> + MLX5_SET(query_vport_state_in, in, opcode, MLX5_CMD_OP_...
2005 Jun 06
0
D channel initialization
...LL SET UP FAILURE SPECIFIC PROBLEM: NOT AVAILABLE MESSAGE NUMBER: 12517 ALARM IDENTIFICATION: MASKNO:08770 CLASS=PBX LAC=05 DN=2171035 OPMODE=IBW END JOB 7776 Channells status whit reverse lock STATPBXLN:LAC=05,DN=2171035; OPMODE : ISDN BOTHWAY LAC DN LNO C EQN STATUS DNCTR LNCTR CHBAR ------+------------+-----+-+-------------+------+-------+-------+-------...
2010 Aug 03
1
adding FORTRAN code to a package
...obal function definition for 'newDataSet' newHistPrice : onOK: no visible binding for global variable 'alternativeVariable' newHistPrice: no visible binding for global variable 'alternativeFrame' newHistPrice: no visible binding for global variable 'buttonsFrame' opMod: no visible binding for global variable 'top' opMod : onOK: no visible binding for global variable 'top' opMod: no visible binding for global variable 'buttonsFrame' pacfMod: no visible binding for global variable 'top' pacfMod : onOK: no visible binding for global v...
2018 May 19
2
Icecast 2.5 beta2 release
...tact information       for directory operators - Web Interface/API:     * Add support for Opus metadata in web/stats interface     * List last played songs in web/stats interface     * Add support for xsl includes from the admin directory     * Add `protocol` to listener client stats XML     * Add `opmode` (operation mode) `strict` option     * Add support for config reload from the admin interface - Config:     * Add new tag `<tls-context>` with childs `<tls-certificate>`,       `<tls-key>` and `<tls-allowed-ciphers>`     * Add new `<shoutcast-user>` tag to specify th...
2018 May 19
2
Icecast 2.5 beta2 release
...tact information       for directory operators - Web Interface/API:     * Add support for Opus metadata in web/stats interface     * List last played songs in web/stats interface     * Add support for xsl includes from the admin directory     * Add `protocol` to listener client stats XML     * Add `opmode` (operation mode) `strict` option     * Add support for config reload from the admin interface - Config:     * Add new tag `<tls-context>` with childs `<tls-certificate>`,       `<tls-key>` and `<tls-allowed-ciphers>`     * Add new `<shoutcast-user>` tag to specify th...
2023 Aug 31
2
[PATCH v2] vdpa/mlx5: Fix firmware error on creation of 1k VQs
...et.c +++ b/drivers/vdpa/mlx5/net/mlx5_vnet.c @@ -625,30 +625,70 @@ static void cq_destroy(struct mlx5_vdpa_net *ndev, u16 idx) mlx5_db_free(ndev->mvdev.mdev, &vcq->db); } +static int read_umem_params(struct mlx5_vdpa_net *ndev) +{ + u32 in[MLX5_ST_SZ_DW(query_hca_cap_in)] = {}; + u16 opmod = (MLX5_CAP_VDPA_EMULATION << 1) | (HCA_CAP_OPMOD_GET_CUR & 0x01); + struct mlx5_core_dev *mdev = ndev->mvdev.mdev; + int out_size; + void *caps; + void *out; + int err; + + out_size = MLX5_ST_SZ_BYTES(query_hca_cap_out); + out = kzalloc(out_size, GFP_KERNEL); + if (!out) + return -EN...
2006 Feb 17
2
Question about policies [OT?]
Hi, I'm using samba 3 as a domain controller. For some XP-pro laptops I would like to disable the firewall when they are logged in on our network (I don't like it but I have to). Is this possible with Windows policies ? If so, does someone know about good reading material about policies ? I do have "Mastering Windows XP professional" but that's absolutely no help. Thanks
2018 May 25
0
Icecast 2.5 beta2 release
...ectory operators > - Web Interface/API: > * Add support for Opus metadata in web/stats interface > * List last played songs in web/stats interface > * Add support for xsl includes from the admin directory > * Add `protocol` to listener client stats XML > * Add `opmode` (operation mode) `strict` option > * Add support for config reload from the admin interface > - Config: > * Add new tag `<tls-context>` with childs `<tls-certificate>`, > `<tls-key>` and `<tls-allowed-ciphers>` > * Add new `<shoutcast-us...
2020 Oct 17
10
[RFC] treewide: cleanup unreachable breaks
...e6e..b66eeb577272 100644 --- a/drivers/net/wireless/ath/ath9k/hw.c +++ b/drivers/net/wireless/ath/ath9k/hw.c @@ -2306,11 +2306,10 @@ void ath9k_hw_beaconinit(struct ath_hw *ah, u32 next_beacon, u32 beacon_period) break; default: ath_dbg(ath9k_hw_common(ah), BEACON, "%s: unsupported opmode: %d\n", __func__, ah->opmode); return; - break; } REG_WRITE(ah, AR_BEACON_PERIOD, beacon_period); REG_WRITE(ah, AR_DMA_BEACON_PERIOD, beacon_period); REG_WRITE(ah, AR_SWBA_PERIOD, beacon_period); diff --git a/drivers/net/wireless/intel/iwlwifi/mvm/mac-ctxt.c b/drivers/net/wir...
2020 Oct 17
10
[RFC] treewide: cleanup unreachable breaks
...e6e..b66eeb577272 100644 --- a/drivers/net/wireless/ath/ath9k/hw.c +++ b/drivers/net/wireless/ath/ath9k/hw.c @@ -2306,11 +2306,10 @@ void ath9k_hw_beaconinit(struct ath_hw *ah, u32 next_beacon, u32 beacon_period) break; default: ath_dbg(ath9k_hw_common(ah), BEACON, "%s: unsupported opmode: %d\n", __func__, ah->opmode); return; - break; } REG_WRITE(ah, AR_BEACON_PERIOD, beacon_period); REG_WRITE(ah, AR_DMA_BEACON_PERIOD, beacon_period); REG_WRITE(ah, AR_SWBA_PERIOD, beacon_period); diff --git a/drivers/net/wireless/intel/iwlwifi/mvm/mac-ctxt.c b/drivers/net/wir...