Searched refs:_buf (Results 1 - 10 of 10) sorted by relevance

/drivers/net/ethernet/sfc/
H A Dmcdi.h72 #define MCDI_PTR2(_buf, _ofst) \
73 (((u8 *)_buf) + _ofst)
74 #define MCDI_SET_DWORD2(_buf, _ofst, _value) \
75 EFX_POPULATE_DWORD_1(*((efx_dword_t *)MCDI_PTR2(_buf, _ofst)), \
77 #define MCDI_DWORD2(_buf, _ofst) \
78 EFX_DWORD_FIELD(*((efx_dword_t *)MCDI_PTR2(_buf, _ofst)), \
80 #define MCDI_QWORD2(_buf, _ofst) \
81 EFX_QWORD_FIELD64(*((efx_qword_t *)MCDI_PTR2(_buf, _ofst)), \
84 #define MCDI_PTR(_buf, _ofst) \
85 MCDI_PTR2(_buf, MC_CMD
[all...]
/drivers/net/wireless/ath/ath9k/
H A Dwmi.h184 #define WMI_CMD_BUF(_wmi_cmd, _buf) \
187 (u8 *) _buf, sizeof(*_buf), \
/drivers/net/wireless/bcmdhd/include/
H A Dbcmendian.h118 uint16 *_buf = (uint16 *)(buf); \
121 *_buf = bcmswap16(*_buf); \
122 _buf++; \
/drivers/usb/wusbcore/
H A Drh.c141 int wusbhc_rh_status_data(struct usb_hcd *usb_hcd, char *_buf) argument
145 unsigned long *buf = (unsigned long *) _buf;
332 u32 *_buf, u16 wLength)
334 __le16 *buf = (__le16 *)_buf;
331 wusbhc_rh_get_port_status(struct wusbhc *wusbhc, u16 port_idx, u32 *_buf, u16 wLength) argument
/drivers/usb/host/
H A Dehci-dbg.c323 char _buf [80]; \
324 dbg_status_buf (_buf, sizeof _buf, label, status); \
325 ehci_dbg (ehci, "%s\n", _buf); \
329 char _buf [80]; \
330 dbg_command_buf (_buf, sizeof _buf, label, command); \
331 ehci_dbg (ehci, "%s\n", _buf); \
335 char _buf [80]; \
336 dbg_port_buf (_buf, sizeo
[all...]
H A Doxu210hp-hcd.c204 char _buf[80]; \
205 dbg_status_buf(_buf, sizeof _buf, label, status); \
206 oxu_dbg(oxu, "%s\n", _buf); \
210 char _buf[80]; \
211 dbg_command_buf(_buf, sizeof _buf, label, command); \
212 oxu_dbg(oxu, "%s\n", _buf); \
216 char _buf[80]; \
217 dbg_port_buf(_buf, sizeo
[all...]
/drivers/mmc/host/
H A Dmxcmmc.c440 static int mxcmci_pull(struct mxcmci_host *host, void *_buf, int bytes) argument
443 u32 *buf = _buf;
469 static int mxcmci_push(struct mxcmci_host *host, void *_buf, int bytes) argument
472 u32 *buf = _buf;
/drivers/gpu/drm/radeon/
H A Dradeon_drv.h2148 struct drm_buffer *_buf = (buf); \
2156 if (drm_buffer_index(_buf) + _part_size > PAGE_SIZE) \
2157 _part_size = PAGE_SIZE - drm_buffer_index(_buf);\
2161 memcpy(ring + write, &_buf->data[drm_buffer_page(_buf)] \
2162 [drm_buffer_index(_buf)], _part_size); \
2166 drm_buffer_advance(_buf, _part_size); \
H A Dradeon_state.c1824 #define RADEON_COPY_MT(_buf, _data, _width) \
1826 if (DRM_COPY_FROM_USER(_buf, _data, (_width))) {\
/drivers/net/wireless/bcmdhd/
H A Dwl_cfgp2p.c1636 char _buf[200]; local
1642 _buf[0] = 1; /* noa index */
1643 _buf[1] = (wl->p2p->ops.ops ? 0x80: 0) |
1647 noa_desc = (wifi_p2p_noa_desc_t*)&_buf[len];
1661 sprintf(buf, "%02x", _buf[i]);

Completed in 162 milliseconds