Searched refs:L1_QSIZE (Results 1 - 3 of 3) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ia64/sn/pci/
H A Dpcibr.h395 #define L1_QSIZE 128 /* our L1 message buffer size */ macro
409 char resp_l1_msg[L1_QSIZE + 1];
414 char resp_l1_msg[L1_QSIZE + 1];
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ia64/sn/pci/
H A Dpcibr.h395 #define L1_QSIZE 128 /* our L1 message buffer size */ macro
409 char resp_l1_msg[L1_QSIZE + 1];
414 char resp_l1_msg[L1_QSIZE + 1];
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/sn/io/sn2/pcibr/
H A Dpcibr_slot.c123 strncpy(tmp_up_resp.resp_l1_msg, l1_msg, L1_QSIZE);
124 tmp_up_resp.resp_l1_msg[L1_QSIZE] = '\0';
201 strncpy(tmp_down_resp.resp_l1_msg, l1_msg, L1_QSIZE);
202 tmp_down_resp.resp_l1_msg[L1_QSIZE] = '\0';

Completed in 41 milliseconds