Searched defs:load_count (Results 1 - 2 of 2) sorted by relevance

/drivers/usb/musb/
H A Dmusb_host.c718 u16 load_count; local
794 load_count = min((u32) hw_ep->max_packet_sz_tx,
797 load_count = min((u32) packet_sz, len);
801 load_count = 0;
803 if (load_count) {
805 qh->segsize = load_count;
806 musb_write_fifo(hw_ep, load_count, buf);
/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_cmn.c59 int load_count[2][3] = { {0} }; /* per-path: 0-common, 1-port0, 2-port1 */ variable
1867 path, load_count[path][0], load_count[path][1],
1868 load_count[path][2]);
1869 load_count[path][0]++;
1870 load_count[path][1 + port]++;
1872 path, load_count[path][0], load_count[path][1],
1873 load_count[path][2]);
1874 if (load_count[pat
[all...]

Completed in 221 milliseconds