Home
last modified time | relevance | path

Searched refs:HOST_CMDS_BUF_LEN (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/drivers/staging/rts_pstor/
Drtsx_chip.h313 #define HOST_CMDS_BUF_LEN 1024 macro
314 #define HOST_SG_TBL_BUF_LEN (RTSX_RESV_BUF_LEN - HOST_CMDS_BUF_LEN)
Drtsx.c978 dev->chip->host_sg_tbl_ptr = dev->rtsx_resv_buf + HOST_CMDS_BUF_LEN; in rtsx_probe()
980 HOST_CMDS_BUF_LEN; in rtsx_probe()
Drtsx_transport.c221 if (chip->ci < (HOST_CMDS_BUF_LEN / 4)) { in rtsx_add_cmd()