/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | scsi_transport_fc.c | 521 * @data_buf: pointer to event data 530 u32 data_len, char *data_buf, u64 vendor_id) in fc_host_post_fc_event() 539 if (!data_buf || data_len < 4) in fc_host_post_fc_event() 571 memcpy(&event->event_data, data_buf, data_len); in fc_host_post_fc_event() 585 (data_len) ? *((u32 *)data_buf) : 0xFFFFFFFF, err); in fc_host_post_fc_event() 616 * @data_buf: pointer to vendor unique data 624 u32 data_len, char * data_buf, u64 vendor_id) in fc_host_post_vendor_event() 627 data_len, data_buf, vendor_id); in fc_host_post_vendor_event() 528 fc_host_post_fc_event(struct Scsi_Host *shost, u32 event_number, enum fc_host_event_code event_code, u32 data_len, char *data_buf, u64 vendor_id) fc_host_post_fc_event() argument 623 fc_host_post_vendor_event(struct Scsi_Host *shost, u32 event_number, u32 data_len, char * data_buf, u64 vendor_id) fc_host_post_vendor_event() argument
|
H A D | mvumi.h | 252 void *data_buf; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_ethtool.c | 1664 static int bnx2x_nvram_write1(struct bnx2x *bp, u32 offset, u8 *data_buf, in bnx2x_nvram_write1() argument 1699 (*data_buf << BYTE_OFFSET(offset))); in bnx2x_nvram_write1() 1712 static int bnx2x_nvram_write(struct bnx2x *bp, u32 offset, u8 *data_buf, in bnx2x_nvram_write() argument 1721 return bnx2x_nvram_write1(bp, offset, data_buf, buf_size); in bnx2x_nvram_write() 1755 memcpy(&val, data_buf, 4); in bnx2x_nvram_write() 1767 data_buf += sizeof(u32); in bnx2x_nvram_write()
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | scsi_transport_fc.c | 532 * @data_buf: pointer to event data 541 u32 data_len, char *data_buf, u64 vendor_id) in fc_host_post_fc_event() 550 if (!data_buf || data_len < 4) in fc_host_post_fc_event() 582 memcpy(event->event_data_flex, data_buf, data_len); in fc_host_post_fc_event() 598 (data_len) ? *((u32 *)data_buf) : 0xFFFFFFFF, err); in fc_host_post_fc_event() 629 * @data_buf: pointer to vendor unique data 637 u32 data_len, char * data_buf, u64 vendor_id) in fc_host_post_vendor_event() 640 data_len, data_buf, vendor_id); in fc_host_post_vendor_event() 539 fc_host_post_fc_event(struct Scsi_Host *shost, u32 event_number, enum fc_host_event_code event_code, u32 data_len, char *data_buf, u64 vendor_id) fc_host_post_fc_event() argument 636 fc_host_post_vendor_event(struct Scsi_Host *shost, u32 event_number, u32 data_len, char * data_buf, u64 vendor_id) fc_host_post_vendor_event() argument
|
H A D | mvumi.h | 252 void *data_buf; member
|
/kernel/linux/linux-5.10/block/ |
H A D | bio-integrity.c | 182 iter.data_buf = kaddr + bv.bv_offset; in bio_integrity_process()
|
/kernel/linux/linux-5.10/drivers/scsi/esas2r/ |
H A D | esas2r_vda.c | 516 memset(rq->data_buf, 0, ESAS2R_DATA_BUF_LEN); in clear_vda_request()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/virtio/ |
H A D | virtgpu_drv.h | 125 void *data_buf; member
|
/kernel/linux/linux-6.6/block/ |
H A D | bio-integrity.c | 188 iter.data_buf = kaddr; in bio_integrity_process()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/virtio/ |
H A D | virtgpu_drv.h | 158 void *data_buf; member
|
/kernel/linux/linux-6.6/drivers/scsi/esas2r/ |
H A D | esas2r_vda.c | 516 memset(rq->data_buf, 0, ESAS2R_DATA_BUF_LEN); in clear_vda_request()
|
/kernel/linux/linux-5.10/drivers/ata/ |
H A D | libata-eh.c | 2301 char data_buf[20] = ""; in ata_eh_link_report() local 2345 snprintf(data_buf, sizeof(data_buf), " %s %u %s", in ata_eh_link_report() 2375 cmd->device, qc->tag, data_buf, cdb_buf, in ata_eh_link_report()
|
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/ |
H A D | scan.c | 2264 void *data_buf) in mwifiex_cmd_802_11_scan_ext() 2267 struct mwifiex_scan_cmd_config *scan_cfg = data_buf; in mwifiex_cmd_802_11_scan_ext() 2285 void *data_buf) in mwifiex_cmd_802_11_bg_scan_config() 2289 struct mwifiex_bg_scan_cfg *bgscan_cfg_in = data_buf; in mwifiex_cmd_802_11_bg_scan_config() 2262 mwifiex_cmd_802_11_scan_ext(struct mwifiex_private *priv, struct host_cmd_ds_command *cmd, void *data_buf) mwifiex_cmd_802_11_scan_ext() argument 2283 mwifiex_cmd_802_11_bg_scan_config(struct mwifiex_private *priv, struct host_cmd_ds_command *cmd, void *data_buf) mwifiex_cmd_802_11_bg_scan_config() argument
|
/kernel/linux/linux-6.6/drivers/ata/ |
H A D | libata-eh.c | 2409 char data_buf[20] = ""; in ata_eh_link_report() local 2453 snprintf(data_buf, sizeof(data_buf), " %s %u %s", in ata_eh_link_report() 2480 cmd->device, qc->tag, data_buf, cdb_buf, in ata_eh_link_report()
|
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/mwifiex/ |
H A D | scan.c | 2246 void *data_buf) in mwifiex_cmd_802_11_scan_ext() 2249 struct mwifiex_scan_cmd_config *scan_cfg = data_buf; in mwifiex_cmd_802_11_scan_ext() 2267 void *data_buf) in mwifiex_cmd_802_11_bg_scan_config() 2271 struct mwifiex_bg_scan_cfg *bgscan_cfg_in = data_buf; in mwifiex_cmd_802_11_bg_scan_config() 2244 mwifiex_cmd_802_11_scan_ext(struct mwifiex_private *priv, struct host_cmd_ds_command *cmd, void *data_buf) mwifiex_cmd_802_11_scan_ext() argument 2265 mwifiex_cmd_802_11_bg_scan_config(struct mwifiex_private *priv, struct host_cmd_ds_command *cmd, void *data_buf) mwifiex_cmd_802_11_bg_scan_config() argument
|
/kernel/linux/linux-5.10/drivers/media/i2c/ |
H A D | ov8856.c | 1065 u8 data_buf[4] = {0}; in ov8856_read_reg() local 1079 msgs[1].buf = &data_buf[4 - len]; in ov8856_read_reg() 1085 *val = get_unaligned_be32(data_buf); in ov8856_read_reg()
|
H A D | imx355.c | 1092 u8 data_buf[4] = { 0 }; in imx355_read_reg() local 1109 msgs[1].buf = &data_buf[4 - len]; in imx355_read_reg() 1115 *val = get_unaligned_be32(data_buf); in imx355_read_reg()
|
H A D | imx319.c | 1792 u8 data_buf[4] = { 0 }; in imx319_read_reg() local 1809 msgs[1].buf = &data_buf[4 - len]; in imx319_read_reg() 1815 *val = get_unaligned_be32(data_buf); in imx319_read_reg()
|
/kernel/linux/linux-6.6/drivers/media/i2c/ |
H A D | imx355.c | 1092 u8 data_buf[4] = { 0 }; in imx355_read_reg() local 1109 msgs[1].buf = &data_buf[4 - len]; in imx355_read_reg() 1115 *val = get_unaligned_be32(data_buf); in imx355_read_reg()
|
H A D | hi846.c | 1222 u8 data_buf[1] = {0}; in hi846_read_reg() local 1233 msgs[1].buf = data_buf; in hi846_read_reg() 1241 *val = data_buf[0]; in hi846_read_reg()
|
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/ |
H A D | phy_lcn.c | 1921 u32 data_buf[64]; in wlc_lcnphy_clear_tx_power_offsets() local 1924 memset(data_buf, 0, sizeof(data_buf)); in wlc_lcnphy_clear_tx_power_offsets() 1928 tab.tbl_ptr = data_buf; in wlc_lcnphy_clear_tx_power_offsets() 3341 u32 data_buf[64]; in wlc_lcnphy_start_tx_tone() local 3379 data_buf[t] = (i_samp << 10) | q_samp; in wlc_lcnphy_start_tx_tone() 3386 tab.tbl_ptr = data_buf; in wlc_lcnphy_start_tx_tone()
|
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/ |
H A D | phy_lcn.c | 1921 u32 data_buf[64]; in wlc_lcnphy_clear_tx_power_offsets() local 1924 memset(data_buf, 0, sizeof(data_buf)); in wlc_lcnphy_clear_tx_power_offsets() 1928 tab.tbl_ptr = data_buf; in wlc_lcnphy_clear_tx_power_offsets() 3341 u32 data_buf[64]; in wlc_lcnphy_start_tx_tone() local 3379 data_buf[t] = (i_samp << 10) | q_samp; in wlc_lcnphy_start_tx_tone() 3386 tab.tbl_ptr = data_buf; in wlc_lcnphy_start_tx_tone()
|
/third_party/backends/sanei/ |
H A D | sanei_scsi.c | 3259 char *data_buf; in sanei_scsi_cmd2() local 3284 data_buf = ((char *) (dst)); in sanei_scsi_cmd2() 3290 data_buf = ((char *) (src)); in sanei_scsi_cmd2() 3296 data_buf = NULL; in sanei_scsi_cmd2() 3305 /* data_ptr */ (u_int8_t *) data_buf, in sanei_scsi_cmd2() 4644 scmd.data_buf = dst; in sanei_scsi_cmd2() 4651 scmd.data_buf = (char *) src; in sanei_scsi_cmd2()
|
/kernel/linux/linux-5.10/drivers/target/iscsi/ |
H A D | iscsi_target.c | 500 const void *data_buf, u32 data_buf_len) in iscsit_xmit_nondatain_pdu() 528 iov[niov].iov_base = (void *)data_buf; in iscsit_xmit_nondatain_pdu() 542 data_buf, data_buf_len, in iscsit_xmit_nondatain_pdu() 3248 void *data_buf = NULL; in iscsit_send_response() local 3264 data_buf = cmd->sense_buffer; in iscsit_send_response() 3279 return conn->conn_transport->iscsit_xmit_pdu(conn, cmd, NULL, data_buf, in iscsit_send_response() 499 iscsit_xmit_nondatain_pdu(struct iscsi_conn *conn, struct iscsi_cmd *cmd, const void *data_buf, u32 data_buf_len) iscsit_xmit_nondatain_pdu() argument
|
/kernel/linux/linux-6.6/drivers/target/iscsi/ |
H A D | iscsi_target.c | 499 const void *data_buf, u32 data_buf_len) in iscsit_xmit_nondatain_pdu() 527 iov[niov].iov_base = (void *)data_buf; in iscsit_xmit_nondatain_pdu() 541 data_buf, data_buf_len, in iscsit_xmit_nondatain_pdu() 3289 void *data_buf = NULL; in iscsit_send_response() local 3305 data_buf = cmd->sense_buffer; in iscsit_send_response() 3320 return conn->conn_transport->iscsit_xmit_pdu(conn, cmd, NULL, data_buf, in iscsit_send_response() 498 iscsit_xmit_nondatain_pdu(struct iscsit_conn *conn, struct iscsit_cmd *cmd, const void *data_buf, u32 data_buf_len) iscsit_xmit_nondatain_pdu() argument
|