/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/ |
D | trx.h | 443 #define SET_RX_BUFFER_DESC_DATA_LENGTH(__status, __val) \ argument 444 SET_BITS_TO_LE_4BYTE(__status, 0, 14, __val) 445 #define SET_RX_BUFFER_DESC_LS(__status, __val) \ argument 446 SET_BITS_TO_LE_4BYTE(__status, 15, 1, __val) 447 #define SET_RX_BUFFER_DESC_FS(__status, __val) \ argument 448 SET_BITS_TO_LE_4BYTE(__status, 16, 1, __val) 449 #define SET_RX_BUFFER_DESC_TOTAL_LENGTH(__status, __val) \ argument 450 SET_BITS_TO_LE_4BYTE(__status, 16, 15, __val) 452 #define GET_RX_BUFFER_DESC_OWN(__status) \ argument 453 LE_BITS_TO_4BYTE(__status, 31, 1) [all …]
|
/linux-4.4.14/arch/frv/kernel/ |
D | ptrace.c | 74 if (pos < offsetof(struct user_int_regs, __status) + sizeof(long) && in genregs_set() 75 pos + count > offsetof(struct user_int_regs, __status)) in genregs_set() 243 child->thread.frame0->__status |= REG__STATUS_STEP; in user_enable_single_step() 248 child->thread.frame0->__status &= ~REG__STATUS_STEP; in user_disable_single_step() 357 __frame->__status |= REG__STATUS_SYSC_ENTRY; in syscall_trace_entry() 375 __frame->__status |= REG__STATUS_SYSC_EXIT; in syscall_trace_exit()
|
D | asm-offsets.c | 52 DEF_PTREG(REG__STATUS, __status); in foo()
|
D | traps.c | 95 (__frame->__status & REG__STATUS_STEPPED) ? TRAP_TRACE : TRAP_BRKPT; in illegal_instruction()
|
/linux-4.4.14/arch/frv/include/uapi/asm/ |
D | registers.h | 84 unsigned long __status; /* exception status */ member 175 unsigned long __status; /* exception status */ member
|
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
D | trx.h | 332 #define GET_RX_RPT2_DESC_PKT_LEN(__status) \ argument 333 LE_BITS_TO_4BYTE(__status, 0, 9) 334 #define GET_RX_RPT2_DESC_MACID_VALID_1(__status) \ argument 335 LE_BITS_TO_4BYTE(__status+16, 0, 32) 336 #define GET_RX_RPT2_DESC_MACID_VALID_2(__status) \ argument 337 LE_BITS_TO_4BYTE(__status+20, 0, 32)
|
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/ |
D | trx.h | 509 #define GET_RX_RPT2_DESC_PKT_LEN(__status) \ argument 510 LE_BITS_TO_4BYTE(__status, 0, 9) 511 #define GET_RX_RPT2_DESC_MACID_VALID_1(__status) \ argument 512 LE_BITS_TO_4BYTE(__status+16, 0, 32) 513 #define GET_RX_RPT2_DESC_MACID_VALID_2(__status) \ argument 514 LE_BITS_TO_4BYTE(__status+20, 0, 32)
|
/linux-4.4.14/arch/tile/include/hv/ |
D | netio_intf.h | 430 unsigned int __status:2; /**< Status of the transfer. */ member 1160 return (netio_pkt_status_t) __NETIO_PKT_NOTIF_HEADER(pkt).bits.__status; in NETIO_PKT_STATUS_M() 1275 return (netio_pkt_status_t) __NETIO_PKT_NOTIF_HEADER(pkt).bits.__status; in NETIO_PKT_STATUS()
|
/linux-4.4.14/drivers/misc/ |
D | vmw_balloon.c | 202 unsigned long __status, __dummy1, __dummy2, __dummy3; \ 204 "=a"(__status), \ 218 __status & -1UL; \
|
/linux-4.4.14/drivers/scsi/bfa/ |
D | bfa.h | 140 #define bfa_cb_queue_status(__bfa, __hcb_qe, __status) do { \ argument 141 (__hcb_qe)->fw_status = (__status); \
|