Lines Matching refs:size_t
74 size_t resp_hdr_len;
75 size_t resp_data_len;
138 size_t inlen, efx_dword_t *outbuf, size_t outlen,
139 size_t *outlen_actual);
141 const efx_dword_t *inbuf, size_t inlen,
142 efx_dword_t *outbuf, size_t outlen,
143 size_t *outlen_actual);
146 const efx_dword_t *inbuf, size_t inlen);
147 int efx_mcdi_rpc_finish(struct efx_nic *efx, unsigned cmd, size_t inlen,
148 efx_dword_t *outbuf, size_t outlen,
149 size_t *outlen_actual);
151 size_t inlen, efx_dword_t *outbuf,
152 size_t outlen, size_t *outlen_actual);
157 size_t outlen_actual);
159 const efx_dword_t *inbuf, size_t inlen, size_t outlen,
163 const efx_dword_t *inbuf, size_t inlen,
164 size_t outlen,
169 size_t inlen, efx_dword_t *outbuf,
170 size_t outlen, int rc);
287 min_t(size_t, MC_CMD_ ## _field ## _MAXNUM, \
318 void efx_mcdi_print_fwver(struct efx_nic *efx, char *buf, size_t len);
324 size_t *size_out, size_t *erase_size_out,
363 int efx_mcdi_mtd_read(struct mtd_info *mtd, loff_t start, size_t len,
364 size_t *retlen, u8 *buffer);
365 int efx_mcdi_mtd_erase(struct mtd_info *mtd, loff_t start, size_t len);
366 int efx_mcdi_mtd_write(struct mtd_info *mtd, loff_t start, size_t len,
367 size_t *retlen, const u8 *buffer);