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

/drivers/scsi/csiostor/
H A Dcsio_hw.c508 * @byte_oriented: whether to store data as bytes or as words
511 * If @byte_oriented is set the read data is stored as a byte array
517 uint32_t *data, int32_t byte_oriented)
540 if (byte_oriented)
516 csio_hw_read_flash(struct csio_hw *hw, uint32_t addr, uint32_t nwords, uint32_t *data, int32_t byte_oriented) argument
/drivers/net/ethernet/chelsio/cxgb3/
H A Dt3_hw.c838 * @byte_oriented: whether to store data as bytes or as words
841 * If @byte_oriented is set the read data is stored as a byte array
846 unsigned int nwords, u32 *data, int byte_oriented)
863 if (byte_oriented)
845 t3_read_flash(struct adapter *adapter, unsigned int addr, unsigned int nwords, u32 *data, int byte_oriented) argument
/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_hw.c832 * @byte_oriented: whether to store data as bytes or as words
835 * If @byte_oriented is set the read data is stored as a byte array
840 unsigned int nwords, u32 *data, int byte_oriented)
859 if (byte_oriented)
839 t4_read_flash(struct adapter *adapter, unsigned int addr, unsigned int nwords, u32 *data, int byte_oriented) argument

Completed in 113 milliseconds