Searched refs:SE_MODE_PAGE_BUF (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/target/
H A Dtarget_core_spc.c1022 unsigned char buf[SE_MODE_PAGE_BUF], *rbuf;
1034 memset(buf, 0, SE_MODE_PAGE_BUF);
1135 memcpy(rbuf, buf, min_t(u32, SE_MODE_PAGE_BUF, cmd->data_length));
1151 unsigned char tbuf[SE_MODE_PAGE_BUF];
1179 memset(tbuf, 0, SE_MODE_PAGE_BUF);
/linux-master/include/target/
H A Dtarget_core_base.h108 #define SE_MODE_PAGE_BUF 512 macro

Completed in 137 milliseconds