[go: nahoru, domu]

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

/drivers/scsi/mpt2sas/
H A Dmpt2sas_ctl.h317 * @buffer_type - specifies either TRACE, SNAPSHOT, or EXTENDED
331 uint8_t buffer_type; member in struct:mpt2_diag_register
356 * @buffer_type - specifies either TRACE, SNAPSHOT, or EXTENDED
364 * The application will send only buffer_type and unique_id. Driver will
371 uint8_t buffer_type; member in struct:mpt2_diag_query
H A Dmpt2sas_ctl.c67 static int _ctl_send_release(struct MPT2SAS_ADAPTER *ioc, u8 buffer_type,
1311 * @buffer_type: specifies either TRACE, SNAPSHOT, or EXTENDED
1316 _ctl_diag_capability(struct MPT2SAS_ADAPTER *ioc, u8 buffer_type) argument
1320 switch (buffer_type) {
1356 u8 buffer_type; local
1372 buffer_type = diag_register->buffer_type;
1373 if (!_ctl_diag_capability(ioc, buffer_type)) {
1375 "buffer_type(0x%02x)\n", ioc->name, __func__, buffer_type);
1597 u8 buffer_type; local
1665 u8 buffer_type; local
1741 _ctl_send_release(struct MPT2SAS_ADAPTER *ioc, u8 buffer_type, u8 *issue_reset) argument
1849 u8 buffer_type; local
1933 u8 buffer_type; local
[all...]
/drivers/scsi/mpt3sas/
H A Dmpt3sas_ctl.h317 * @buffer_type - specifies either TRACE, SNAPSHOT, or EXTENDED
331 uint8_t buffer_type; member in struct:mpt3_diag_register
356 * @buffer_type - specifies either TRACE, SNAPSHOT, or EXTENDED
364 * The application will send only buffer_type and unique_id. Driver will
371 uint8_t buffer_type; member in struct:mpt3_diag_query
H A Dmpt3sas_ctl.c1301 * @buffer_type: specifies either TRACE, SNAPSHOT, or EXTENDED
1306 _ctl_diag_capability(struct MPT3SAS_ADAPTER *ioc, u8 buffer_type) argument
1310 switch (buffer_type) {
1347 u8 buffer_type; local
1373 buffer_type = diag_register->buffer_type;
1374 if (!_ctl_diag_capability(ioc, buffer_type)) {
1376 "%s: doesn't have capability for buffer_type(0x%02x)\n",
1377 ioc->name, __func__, buffer_type);
1381 if (ioc->diag_buffer_status[buffer_type]
1605 u8 buffer_type; local
1678 u8 buffer_type; local
1758 mpt3sas_send_diag_release(struct MPT3SAS_ADAPTER *ioc, u8 buffer_type, u8 *issue_reset) argument
1872 u8 buffer_type; local
1961 u8 buffer_type; local
[all...]
/drivers/memstick/core/
H A Dms_block.h122 unsigned short buffer_type; member in struct:ms_cis_idi
/drivers/net/wireless/ath/ath9k/
H A Dath9k.h204 * enum buffer_type - Buffer type flags
210 enum buffer_type { enum

Completed in 100 milliseconds