Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_tc.c1713 __le64 *resp_bytes; in bnxt_hwrm_cfa_flow_stats_get() local
1716 resp_bytes = &resp->byte_0; in bnxt_hwrm_cfa_flow_stats_get()
1722 le64_to_cpu(resp_bytes[i]); in bnxt_hwrm_cfa_flow_stats_get()
/linux/drivers/scsi/aacraid/
H A Dcommsup.c182 offsetof(struct aac_native_hba, resp.resp_bytes[0]); in aac_fib_setup()
H A Daacraid.h304 u8 resp_bytes[FW_ERROR_BUFFER_SIZE]; member