Searched refs:hdr_buf (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/drivers/scsi/ |
D | ses.c | 522 unsigned char *hdr_buf = kzalloc(INIT_ALLOC_SIZE, GFP_KERNEL); in ses_enclosure_data_process() local 524 if (!hdr_buf) in ses_enclosure_data_process() 531 result = ses_recv_diag(sdev, 7, hdr_buf, INIT_ALLOC_SIZE); in ses_enclosure_data_process() 535 page7_len = len = (hdr_buf[2] << 8) + hdr_buf[3] + 4; in ses_enclosure_data_process() 614 kfree(hdr_buf); in ses_enclosure_data_process() 644 unsigned char *buf = NULL, *hdr_buf, *type_ptr, page; in ses_intf_add() local 669 hdr_buf = kzalloc(INIT_ALLOC_SIZE, GFP_KERNEL); in ses_intf_add() 670 if (!hdr_buf || !ses_dev) in ses_intf_add() 674 result = ses_recv_diag(sdev, page, hdr_buf, INIT_ALLOC_SIZE); in ses_intf_add() 678 len = (hdr_buf[2] << 8) + hdr_buf[3] + 4; in ses_intf_add() [all …]
|
D | libiscsi_tcp.c | 408 tcp_conn->in.hdr_buf, sizeof(struct iscsi_hdr), in iscsi_tcp_hdr_recv_prep() 819 hdr = (struct iscsi_hdr *) tcp_conn->in.hdr_buf; in iscsi_tcp_hdr_recv_done() 827 if (sizeof(*hdr) + ahslen > sizeof(tcp_conn->in.hdr_buf)) in iscsi_tcp_hdr_recv_done()
|
/Linux-v4.19/drivers/net/wireless/ath/ath6kl/ |
D | hif-ops.h | 154 u8 pipe, struct sk_buff *hdr_buf, in ath6kl_hif_pipe_send() argument 159 return ar->hif_ops->pipe_send(ar, pipe, hdr_buf, buf); in ath6kl_hif_pipe_send()
|
D | hif.h | 259 int (*pipe_send)(struct ath6kl *ar, u8 pipe, struct sk_buff *hdr_buf,
|
/Linux-v4.19/include/scsi/ |
D | libiscsi_tcp.h | 61 uint32_t hdr_buf[64]; member
|
/Linux-v4.19/drivers/firewire/ |
D | net.c | 1233 struct fwnet_header hdr_buf; in fwnet_tx() local 1265 memcpy(&hdr_buf, skb->data, sizeof(hdr_buf)); in fwnet_tx() 1266 proto = hdr_buf.h_proto; in fwnet_tx() 1279 skb_pull(skb, sizeof(hdr_buf)); in fwnet_tx() 1286 if (fwnet_hwaddr_is_multicast(hdr_buf.h_dest)) { in fwnet_tx() 1295 union fwnet_hwaddr *ha = (union fwnet_hwaddr *)hdr_buf.h_dest; in fwnet_tx()
|
/Linux-v4.19/drivers/media/platform/mtk-vcodec/vdec/ |
D | vdec_h264_if.c | 112 unsigned char hdr_buf[HDR_PARSING_BUF_SZ]; member 382 memcpy(inst->vsi->hdr_buf, buf + nal_start_idx, buf_sz); in vdec_h264_decode()
|