Searched refs:hdr_buf (Results 1 – 6 of 6) sorted by relevance
/drivers/scsi/ |
D | ses.c | 369 unsigned char *hdr_buf = kzalloc(INIT_ALLOC_SIZE, GFP_KERNEL); in ses_enclosure_data_process() local 371 if (!hdr_buf) in ses_enclosure_data_process() 378 result = ses_recv_diag(sdev, 7, hdr_buf, INIT_ALLOC_SIZE); in ses_enclosure_data_process() 382 page7_len = len = (hdr_buf[2] << 8) + hdr_buf[3] + 4; in ses_enclosure_data_process() 446 kfree(hdr_buf); in ses_enclosure_data_process() 489 unsigned char *buf = NULL, *hdr_buf, *type_ptr; in ses_intf_add() local 514 hdr_buf = kzalloc(INIT_ALLOC_SIZE, GFP_KERNEL); in ses_intf_add() 515 if (!hdr_buf || !ses_dev) in ses_intf_add() 518 result = ses_recv_diag(sdev, 1, hdr_buf, INIT_ALLOC_SIZE); in ses_intf_add() 522 len = (hdr_buf[2] << 8) + hdr_buf[3] + 4; in ses_intf_add() [all …]
|
D | libiscsi_tcp.c | 403 tcp_conn->in.hdr_buf, sizeof(struct iscsi_hdr), in iscsi_tcp_hdr_recv_prep() 812 hdr = (struct iscsi_hdr *) tcp_conn->in.hdr_buf; in iscsi_tcp_hdr_recv_done() 820 if (sizeof(*hdr) + ahslen > sizeof(tcp_conn->in.hdr_buf)) in iscsi_tcp_hdr_recv_done()
|
/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,
|
/drivers/firewire/ |
D | net.c | 1248 struct fwnet_header hdr_buf; in fwnet_tx() local 1280 memcpy(&hdr_buf, skb->data, sizeof(hdr_buf)); in fwnet_tx() 1281 proto = hdr_buf.h_proto; in fwnet_tx() 1294 skb_pull(skb, sizeof(hdr_buf)); in fwnet_tx() 1301 if (fwnet_hwaddr_is_multicast(hdr_buf.h_dest)) { in fwnet_tx() 1310 union fwnet_hwaddr *ha = (union fwnet_hwaddr *)hdr_buf.h_dest; in fwnet_tx()
|
/drivers/net/wireless/ath/ath10k/ |
D | htt_rx.c | 916 u8 hdr_buf[64], da[ETH_ALEN], sa[ETH_ALEN], *qos; in ath10k_htt_rx_amsdu() local 925 memcpy(hdr_buf, hdr, hdr_len); in ath10k_htt_rx_amsdu() 926 hdr = (struct ieee80211_hdr *)hdr_buf; in ath10k_htt_rx_amsdu() 962 hdr = (struct ieee80211_hdr *)hdr_buf; in ath10k_htt_rx_amsdu()
|