Home
last modified time | relevance | path

Searched refs:BLOCK_STATUS (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/staging/rts5208/
H A Dxd.h133 #define BLOCK_STATUS 1 macro
H A Dxd.c697 if (redunt[BLOCK_STATUS] != XD_GBLK) in reset_xd()
716 if ((redunt[BLOCK_STATUS] == XD_GBLK) && in reset_xd()
1366 if (redunt[BLOCK_STATUS] != 0xFF) { in xd_build_l2p_tbl()
/kernel/linux/linux-6.6/drivers/staging/rts5208/
H A Dxd.h133 #define BLOCK_STATUS 1 macro
H A Dxd.c690 if (redunt[BLOCK_STATUS] != XD_GBLK) in reset_xd()
709 if (redunt[BLOCK_STATUS] == XD_GBLK && in reset_xd()
1359 if (redunt[BLOCK_STATUS] != 0xFF) { in xd_build_l2p_tbl()
/kernel/linux/linux-5.10/net/packet/
H A Daf_packet.c178 #define BLOCK_STATUS(x) ((x)->hdr.bh1.block_status) macro
741 BLOCK_STATUS(pbd1) = status; in prb_flush_block()
865 * |->(BLOCK_STATUS == USER) evaluates to true
902 if (TP_STATUS_USER & BLOCK_STATUS(pbd)) { in prb_dispatch_next_block()
922 if (likely(TP_STATUS_KERNEL == BLOCK_STATUS(pbd))) { in prb_retire_current_block()
944 return TP_STATUS_USER & BLOCK_STATUS(pbd); in prb_curr_blk_in_use()
1106 if (status != BLOCK_STATUS(pbd)) in prb_lookup_block()
/kernel/linux/linux-6.6/net/packet/
H A Daf_packet.c183 #define BLOCK_STATUS(x) ((x)->hdr.bh1.block_status) macro
776 BLOCK_STATUS(pbd1) = status; in prb_flush_block()
900 * |->(BLOCK_STATUS == USER) evaluates to true
937 if (TP_STATUS_USER & BLOCK_STATUS(pbd)) { in prb_dispatch_next_block()
957 if (likely(TP_STATUS_KERNEL == BLOCK_STATUS(pbd))) { in prb_retire_current_block()
979 return TP_STATUS_USER & BLOCK_STATUS(pbd); in prb_curr_blk_in_use()
1141 if (status != BLOCK_STATUS(pbd)) in prb_lookup_block()

Completed in 16 milliseconds