Home
last modified time | relevance | path

Searched refs:BA (Results 1 - 20 of 20) sorted by relevance

/kernel/linux/linux-5.10/drivers/staging/rtl8192u/ieee80211/
H A Drtl819x_BAProc.c3 * This file is created to process BA Action Frame. According to 802.11 spec, there are 3 BA action types at all. And as BA is
14 *function: Activate BA entry. And if Time is nozero, start timer.
15 * input: struct ba_record *pBA //BA entry to be enabled
27 *function: deactivate BA entry, including its timer.
28 * input: struct ba_record *pBA //BA entry to be disabled
37 *function: deactivete BA entry in Tx Ts, and send DELBA.
39 * struct tx_ts_record *pTxTs //Tx Ts which is to deactivate BA entry.
45 struct ba_record *pAdmittedBa = &pTxTs->tx_admitted_ba_record; //These two BA entrie in TxTsDeleteBA()
398 struct ba_record BA; ieee80211_rx_ADDBAReq() local
525 struct ba_record BA; ieee80211_rx_ADDBARsp() local
[all...]
/kernel/linux/linux-5.10/drivers/staging/rtl8192e/
H A Drtl819x_BAProc.c272 netdev_warn(ieee->dev, "%s(): BA Policy is not correct\n", in rtllib_rx_ADDBAReq()
298 struct ba_record BA; in rtllib_rx_ADDBAReq() local
300 BA.BaParamSet = *pBaParamSet; in rtllib_rx_ADDBAReq()
301 BA.BaTimeoutValue = *pBaTimeoutVal; in rtllib_rx_ADDBAReq()
302 BA.DialogToken = *pDialogToken; in rtllib_rx_ADDBAReq()
303 BA.BaParamSet.field.BAPolicy = BA_POLICY_IMMEDIATE; in rtllib_rx_ADDBAReq()
304 rtllib_send_ADDBARsp(ieee, dst, &BA, rc); in rtllib_rx_ADDBAReq()
367 "%s(): ADDBA Rsp. BA invalid, DELBA!\n", in rtllib_rx_ADDBARsp()
373 "%s(): Recv ADDBA Rsp. BA is admitted! Status code:%X\n", in rtllib_rx_ADDBARsp()
405 struct ba_record BA; in rtllib_rx_ADDBARsp() local
[all...]
/kernel/linux/linux-6.6/drivers/staging/rtl8192e/
H A Drtl819x_BAProc.c266 netdev_warn(ieee->dev, "%s(): BA Policy is not correct\n", in rtllib_rx_ADDBAReq()
292 struct ba_record BA; in rtllib_rx_ADDBAReq() local
294 BA.ba_param_set = *pBaParamSet; in rtllib_rx_ADDBAReq()
295 BA.ba_timeout_value = *pBaTimeoutVal; in rtllib_rx_ADDBAReq()
296 BA.dialog_token = *pDialogToken; in rtllib_rx_ADDBAReq()
297 BA.ba_param_set.field.ba_policy = BA_POLICY_IMMEDIATE; in rtllib_rx_ADDBAReq()
298 rtllib_send_ADDBARsp(ieee, dst, &BA, rc); in rtllib_rx_ADDBAReq()
358 "%s(): ADDBA Rsp. BA invalid, DELBA!\n", in rtllib_rx_ADDBARsp()
364 "%s(): Recv ADDBA Rsp. BA is admitted! Status code:%X\n", in rtllib_rx_ADDBARsp()
394 struct ba_record BA; in rtllib_rx_ADDBARsp() local
[all...]
/kernel/linux/linux-6.6/drivers/staging/rtl8192u/ieee80211/
H A Drtl819x_BAProc.c3 * This file is created to process BA Action Frame. According to 802.11 spec, there are 3 BA action types at all. And as BA is
14 *function: Activate BA entry. And if Time is nozero, start timer.
15 * input: struct ba_record *pBA //BA entry to be enabled
27 *function: deactivate BA entry, including its timer.
28 * input: struct ba_record *pBA //BA entry to be disabled
37 *function: deactivete BA entry in Tx Ts, and send DELBA.
39 * struct tx_ts_record *pTxTs //Tx Ts which is to deactivate BA entry.
45 struct ba_record *pAdmittedBa = &pTxTs->tx_admitted_ba_record; //These two BA entrie in TxTsDeleteBA()
398 struct ba_record BA; ieee80211_rx_ADDBAReq() local
525 struct ba_record BA; ieee80211_rx_ADDBARsp() local
[all...]
/kernel/linux/linux-5.10/include/net/sctp/
H A Dcommand.h160 SCTP_ARG_CONSTRUCTOR(BA, struct sctp_bind_addr *, bp)
/kernel/linux/linux-6.6/include/net/sctp/
H A Dcommand.h160 SCTP_ARG_CONSTRUCTOR(BA, struct sctp_bind_addr *, bp)
/kernel/linux/linux-5.10/drivers/video/fbdev/
H A Dstifb.c385 #define BA(F,C,S,A,J,B,I) \ macro
637 BA(IndexedDcd, Otc04, Ots08, AddrLong, in hyperUndoITE()
679 BA(IndexedDcd, Otc32, OtsIndirect, in ngleResetAttrPlanes()
732 BA(IndexedDcd, Otc04, Ots08, AddrLong, in ngleClearOverlayPlanes()
/kernel/linux/linux-6.6/drivers/video/fbdev/
H A Dstifb.c385 #define BA(F,C,S,A,J,B,I) \ macro
637 BA(IndexedDcd, Otc04, Ots08, AddrLong, in hyperUndoITE()
679 BA(IndexedDcd, Otc32, OtsIndirect, in ngleResetAttrPlanes()
732 BA(IndexedDcd, Otc04, Ots08, AddrLong, in ngleClearOverlayPlanes()
/kernel/linux/linux-5.10/arch/x86/crypto/
H A Dsha256-avx-asm.S93 SHUF_00BA = %xmm10 # shuffle xBxA -> 00BA
257 vpshufb SHUF_00BA, XTMP4, XTMP4 # XTMP4 = s1 {00BA}
491 # shuffle xBxA -> 00BA
H A Dsha256-ssse3-asm.S86 SHUF_00BA = %xmm10 # shuffle xBxA -> 00BA
260 pshufb SHUF_00BA, XTMP4 # XTMP4 = s1 {00BA}
505 # shuffle xBxA -> 00BA
H A Dsha256-avx2-asm.S86 SHUF_00BA = %ymm10 # shuffle xBxA -> 00BA
284 vpshufb SHUF_00BA, XTMP4, XTMP4 # XTMP4 = s1 {00BA}
758 # shuffle xBxA -> 00BA
/kernel/linux/linux-6.6/arch/x86/crypto/
H A Dsha256-avx-asm.S94 SHUF_00BA = %xmm10 # shuffle xBxA -> 00BA
258 vpshufb SHUF_00BA, XTMP4, XTMP4 # XTMP4 = s1 {00BA}
491 # shuffle xBxA -> 00BA
H A Dsha256-ssse3-asm.S87 SHUF_00BA = %xmm10 # shuffle xBxA -> 00BA
261 pshufb SHUF_00BA, XTMP4 # XTMP4 = s1 {00BA}
505 # shuffle xBxA -> 00BA
H A Dsha256-avx2-asm.S87 SHUF_00BA = %ymm10 # shuffle xBxA -> 00BA
283 vpshufb SHUF_00BA, XTMP4, XTMP4 # XTMP4 = s1 {00BA}
763 # shuffle xBxA -> 00BA
/kernel/linux/linux-5.10/arch/sparc/net/
H A Dbpf_jit_comp_32.c58 #define BA (F2(0, 2) | CONDA) macro
256 #define emit_jump(DEST) emit_branch(BA, DEST)
H A Dbpf_jit_comp_64.c124 #define BA (BRANCH | CONDA) macro
1171 emit_branch(BA, ctx->idx, ctx->offset[i + off], ctx); in build_insn()
1238 emit_branch(BA, ctx->idx, ctx->epilogue_offset, ctx); in build_insn()
/kernel/linux/linux-6.6/arch/sparc/net/
H A Dbpf_jit_comp_32.c58 #define BA (F2(0, 2) | CONDA) macro
256 #define emit_jump(DEST) emit_branch(BA, DEST)
H A Dbpf_jit_comp_64.c124 #define BA (BRANCH | CONDA) macro
1171 emit_branch(BA, ctx->idx, ctx->offset[i + off], ctx); in build_insn()
1238 emit_branch(BA, ctx->idx, ctx->epilogue_offset, ctx); in build_insn()
/kernel/linux/linux-5.10/arch/powerpc/xmon/
H A Dppc-opc.c127 for BA just below. However, that caused trouble with feeble
140 /* The BA field in an XL form instruction. */
141 #define BA UNUSED + 1
143 #define BI BA
147 /* The BA field in an XL form instruction when it must be the same
149 #define BAT BA + 1
158 as the BA field in the same instruction. */
1070 /* The BA field in an XL form instruction when it must be the same as
1072 The insertion function just copies the BT field into the BA field,
1096 the BA fiel
139 #define BA global() macro
[all...]
/kernel/linux/linux-6.6/arch/powerpc/xmon/
H A Dppc-opc.c127 for BA just below. However, that caused trouble with feeble
140 /* The BA field in an XL form instruction. */
141 #define BA UNUSED + 1
143 #define BI BA
147 /* The BA field in an XL form instruction when it must be the same
149 #define BAT BA + 1
158 as the BA field in the same instruction. */
1070 /* The BA field in an XL form instruction when it must be the same as
1072 The insertion function just copies the BT field into the BA field,
1096 the BA fiel
139 #define BA global() macro
[all...]

Completed in 34 milliseconds