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

/linux-master/drivers/staging/rts5208/
H A Dxd.h133 #define BLOCK_STATUS 1 macro
H A Dxd.c690 if (redunt[BLOCK_STATUS] != XD_GBLK)
709 if (redunt[BLOCK_STATUS] == XD_GBLK &&
1359 if (redunt[BLOCK_STATUS] != 0xFF) {
/linux-master/net/packet/
H A Daf_packet.c183 #define BLOCK_STATUS(x) ((x)->hdr.bh1.block_status) macro
776 BLOCK_STATUS(pbd1) = status;
900 * |->(BLOCK_STATUS == USER) evaluates to true
937 if (TP_STATUS_USER & BLOCK_STATUS(pbd)) {
957 if (likely(TP_STATUS_KERNEL == BLOCK_STATUS(pbd))) {
979 return TP_STATUS_USER & BLOCK_STATUS(pbd);
1141 if (status != BLOCK_STATUS(pbd))

Completed in 141 milliseconds