Lines Matching refs:CMD_PACKET_SIZE
39 #define CMD_PACKET_SIZE 64 /* Should be maxpacket(ep)? */ macro
40 #define CMD_MAX_CONFIG ((CMD_PACKET_SIZE / 4 - 1) / 2)
442 __le32 data[CMD_PACKET_SIZE / 4]; in adsl_config_store()
613 const int stride = CMD_PACKET_SIZE - 4; in cxacru_cm()
616 int wbuflen = ((wsize - 1) / stride + 1) * CMD_PACKET_SIZE; in cxacru_cm()
617 int rbuflen = ((rsize - 1) / stride + 1) * CMD_PACKET_SIZE; in cxacru_cm()
642 for (offb = offd = 0; offd < wsize; offd += stride, offb += CMD_PACKET_SIZE) { in cxacru_cm()
670 if (actlen % CMD_PACKET_SIZE || !actlen) { in cxacru_cm()
679 for (offb = offd = 0; offd < rsize && offb < actlen; offb += CMD_PACKET_SIZE) { in cxacru_cm()
715 const int stride = CMD_PACKET_SIZE / (4 * 2) - 1; in cxacru_cm_get_array()
941 const int stride = CMD_PACKET_SIZE - 8; in cxacru_fw()