CMD_PACKET_SIZE 54 drivers/net/usb/cx82310_eth.c u8 *buf = kzalloc(CMD_PACKET_SIZE, GFP_KERNEL); CMD_PACKET_SIZE 62 drivers/net/usb/cx82310_eth.c memcpy(buf + 4, wdata, min_t(int, wlen, CMD_PACKET_SIZE - 4)); CMD_PACKET_SIZE 66 drivers/net/usb/cx82310_eth.c CMD_PACKET_SIZE, &actual_len, CMD_TIMEOUT); CMD_PACKET_SIZE 78 drivers/net/usb/cx82310_eth.c buf, CMD_PACKET_SIZE, &actual_len, CMD_PACKET_SIZE 111 drivers/net/usb/cx82310_eth.c min_t(int, rlen, CMD_PACKET_SIZE - 4)); CMD_PACKET_SIZE 40 drivers/usb/atm/cxacru.c #define CMD_MAX_CONFIG ((CMD_PACKET_SIZE / 4 - 1) / 2) CMD_PACKET_SIZE 443 drivers/usb/atm/cxacru.c __le32 data[CMD_PACKET_SIZE / 4]; CMD_PACKET_SIZE 614 drivers/usb/atm/cxacru.c const int stride = CMD_PACKET_SIZE - 4; CMD_PACKET_SIZE 617 drivers/usb/atm/cxacru.c int wbuflen = ((wsize - 1) / stride + 1) * CMD_PACKET_SIZE; CMD_PACKET_SIZE 618 drivers/usb/atm/cxacru.c int rbuflen = ((rsize - 1) / stride + 1) * CMD_PACKET_SIZE; CMD_PACKET_SIZE 643 drivers/usb/atm/cxacru.c for (offb = offd = 0; offd < wsize; offd += stride, offb += CMD_PACKET_SIZE) { CMD_PACKET_SIZE 671 drivers/usb/atm/cxacru.c if (actlen % CMD_PACKET_SIZE || !actlen) { CMD_PACKET_SIZE 680 drivers/usb/atm/cxacru.c for (offb = offd = 0; offd < rsize && offb < actlen; offb += CMD_PACKET_SIZE) { CMD_PACKET_SIZE 716 drivers/usb/atm/cxacru.c const int stride = CMD_PACKET_SIZE / (4 * 2) - 1; CMD_PACKET_SIZE 945 drivers/usb/atm/cxacru.c const int stride = CMD_PACKET_SIZE - 8;