Home
last modified time | relevance | path

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

/drivers/net/fddi/skfp/
Dskfddi.c130 int mac_drv_rx_init(struct s_smc *smc, int len, int fc, char *look_ahead,
1876 char *look_ahead, int la_len) in mac_drv_rx_init() argument
1884 if (len != la_len || len < FDDI_MAC_HDR_LEN || !look_ahead) { in mac_drv_rx_init()
1887 len, la_len, (unsigned long) look_ahead); in mac_drv_rx_init()
1897 skb_copy_to_linear_data(skb, look_ahead, len); in mac_drv_rx_init()
Dhwmtm.c123 extern int mac_drv_rx_init(struct s_smc *smc, int len, int fc, char *look_ahead,
/drivers/net/wireless/ath/ath6kl/
Dhtc_mbox.c2263 struct htc_frame_look_ahead look_ahead; in htc_wait_for_ctrl_msg() local
2265 if (ath6kl_hif_poll_mboxmsg_rx(target->dev, &look_ahead.word, in htc_wait_for_ctrl_msg()
2270 "htc rx wait ctrl look_ahead 0x%X\n", look_ahead.word); in htc_wait_for_ctrl_msg()
2272 if (look_ahead.eid != ENDPOINT_0) in htc_wait_for_ctrl_msg()
2281 packet->info.rx.exp_hdr = look_ahead.word; in htc_wait_for_ctrl_msg()
2282 packet->act_len = le16_to_cpu(look_ahead.payld_len) + HTC_HDR_LENGTH; in htc_wait_for_ctrl_msg()
/drivers/block/drbd/
Ddrbd_receiver.c4738 u64 look_ahead; in recv_bm_rle_bits() local
4749 bits = bitstream_get_bits(&bs, &look_ahead, 64); in recv_bm_rle_bits()
4754 bits = vli_decode_bits(&rl, look_ahead); in recv_bm_rle_bits()
4769 have, bits, look_ahead, in recv_bm_rle_bits()
4776 look_ahead >>= bits; in recv_bm_rle_bits()
4778 look_ahead = 0; in recv_bm_rle_bits()
4784 look_ahead |= tmp << have; in recv_bm_rle_bits()