Searched defs:sendcmd (Results 1 - 1 of 1) sorted by relevance

/drivers/block/
H A Dcpqarray.c153 static int sendcmd(
328 /* sendcmd will turn off interrupt, and send the flush...
330 * no data returned, but don't want to send NULL to sendcmd */
331 if( sendcmd(FLUSH_CACHE, i, buff, 4, 0, 0, 0))
1402 name: sendcmd
1407 static int sendcmd( function
1630 ret_code = sendcmd(RESUME_BACKGROUND_ACTIVITY, ctlr,
1688 ret_code = sendcmd(ID_CTLR, ctlr, id_ctlr_buf, 0, 0, 0, 0);
1727 ret_code = sendcmd(SENSE_LOG_DRV_STAT,
1748 ret_code = sendcmd(ID_LOG_DR
[all...]

Completed in 49 milliseconds