Searched refs:look_ahead (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/net/fddi/skfp/ |
| H A D | skfddi.c | 133 int mac_drv_rx_init(struct s_smc *smc, int len, int fc, char *look_ahead, 1880 char *look_ahead, int la_len) in mac_drv_rx_init() argument 1888 if (len != la_len || len < FDDI_MAC_HDR_LEN || !look_ahead) { in mac_drv_rx_init() 1891 len, la_len, (unsigned long) look_ahead); in mac_drv_rx_init() 1901 skb_copy_to_linear_data(skb, look_ahead, len); in mac_drv_rx_init()
|
| H A D | hwmtm.c | 123 extern int mac_drv_rx_init(struct s_smc *smc, int len, int fc, char *look_ahead,
|
| /linux/drivers/net/wireless/ath/ath6kl/ |
| H A D | htc_mbox.c | 2262 struct htc_frame_look_ahead look_ahead; in htc_wait_for_ctrl_msg() local 2264 if (ath6kl_hif_poll_mboxmsg_rx(target->dev, &look_ahead.word, in htc_wait_for_ctrl_msg() 2269 "htc rx wait ctrl look_ahead 0x%X\n", look_ahead.word); in htc_wait_for_ctrl_msg() 2271 if (look_ahead.eid != ENDPOINT_0) in htc_wait_for_ctrl_msg() 2280 packet->info.rx.exp_hdr = look_ahead.word; in htc_wait_for_ctrl_msg() 2281 packet->act_len = le16_to_cpu(look_ahead.payld_len) + HTC_HDR_LENGTH; in htc_wait_for_ctrl_msg()
|