Lines Matching defs:data
73 static int usbatm_print_packet(struct usbatm_data *instance, const unsigned char *data, int len);
399 PACKETDEBUG(instance, skb->data, skb->len);
415 /* extract cells from incoming data, taking into account that
416 * the length of avail data may not be a multiple of stride */
424 /* add new data and process cell */
431 /* not enough data to fill the cell */
443 * save remaining data for next call */
672 PACKETDEBUG(instance, skb->data, skb->len);
677 ctrl->crc = crc32_be(~0, skb->data, skb->len);
839 atm_dbg(instance, "%s: allocated vcc data 0x%p\n", __func__, new);
1314 const unsigned char *data, int len)
1323 sprintf(buffer, "%s %2.2x", buffer, data[i]);