Home
last modified time | relevance | path

Searched refs:look_ahead (Results 1 – 4 of 4) sorted by relevance

/drivers/net/fddi/skfp/
Dskfddi.c134 int mac_drv_rx_init(struct s_smc *smc, int len, int fc, char *look_ahead,
1895 char *look_ahead, int la_len) in mac_drv_rx_init() argument
1903 if (len != la_len || len < FDDI_MAC_HDR_LEN || !look_ahead) { in mac_drv_rx_init()
1906 len, la_len, (unsigned long) look_ahead); in mac_drv_rx_init()
1916 skb_copy_to_linear_data(skb, look_ahead, len); in mac_drv_rx_init()
Dhwmtm.c131 extern int mac_drv_rx_init(struct s_smc *smc, int len, int fc, char *look_ahead,
/drivers/net/wireless/ath/ath6kl/
Dhtc_mbox.c2277 u32 look_ahead; in htc_wait_for_ctrl_msg() local
2279 if (ath6kl_hif_poll_mboxmsg_rx(target->dev, &look_ahead, in htc_wait_for_ctrl_msg()
2284 "htc rx wait ctrl look_ahead 0x%X\n", look_ahead); in htc_wait_for_ctrl_msg()
2286 htc_hdr = (struct htc_frame_hdr *)&look_ahead; in htc_wait_for_ctrl_msg()
2297 packet->info.rx.exp_hdr = look_ahead; in htc_wait_for_ctrl_msg()
/drivers/block/drbd/
Ddrbd_receiver.c4099 u64 look_ahead; in recv_bm_rle_bits() local
4110 bits = bitstream_get_bits(&bs, &look_ahead, 64); in recv_bm_rle_bits()
4115 bits = vli_decode_bits(&rl, look_ahead); in recv_bm_rle_bits()
4130 have, bits, look_ahead, in recv_bm_rle_bits()
4135 look_ahead >>= bits; in recv_bm_rle_bits()
4141 look_ahead |= tmp << have; in recv_bm_rle_bits()