Searched refs:que (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/atm/
H A Diphase.c95 static void ia_init_rtn_q (IARTN_Q *que) argument
97 que->next = NULL;
98 que->tail = NULL;
101 static void ia_enque_head_rtn_q (IARTN_Q *que, IARTN_Q * data) argument
104 if (que->next == NULL)
105 que->next = que->tail = data;
107 data->next = que->next;
108 que->next = data;
113 static int ia_enque_rtn_q (IARTN_Q *que, struc argument
127 ia_deque_rtn_q(IARTN_Q *que) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/qlcnic/
H A Dqlcnic.h1087 #define IS_VALID_TX_QUEUES(que) (que > 0 && que <= MAX_TX_QUEUES)
1088 #define IS_VALID_RX_QUEUES(que) (que > 0 && que <= MAX_RX_QUEUES)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/atl1e/
H A Datl1e_main.c1357 u8 que)
1361 u8 rx_using = rx_page_desc[que].rx_using;
1363 return (struct atl1e_rx_page *)&(rx_page_desc[que].rx_page[rx_using]);
1366 static void atl1e_clean_rx_irq(struct atl1e_adapter *adapter, u8 que, argument
1375 struct atl1e_rx_page *rx_page = atl1e_get_rx_page(adapter, que);
1389 if (prrs->seq_num != rx_page_desc[que].rx_nxseq) {
1393 rx_page_desc[que].rx_nxseq);
1394 rx_page_desc[que].rx_nxseq++;
1398 rx_page_desc[que].rx_nxseq);
1401 rx_page_desc[que]
1356 atl1e_get_rx_page(struct atl1e_adapter *adapter, u8 que) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/qla2xxx/
H A Dqla_bsg.c1371 int cnt, que; local
1378 for (que = 0; que < ha->max_req_queues; que++) {
1379 req = ha->req_q_map[que];
H A Dqla_isr.c1530 uint16_t que; local
1544 que = MSW(sts->handle);
1545 req = ha->req_q_map[que];
1871 uint16_t que = MSW(pkt->handle); local
1872 struct req_que *req = ha->req_q_map[que];
H A Dqla_init.c1702 "Registering vector 0x%x for base que\n", msix->entry));
1755 int cnt, que; local
1766 for (que = 0; que < ha->max_req_queues; que++) {
1767 req = ha->req_q_map[que];
1781 for (que = 0; que < ha->max_rsp_queues; que++) {
1782 rsp = ha->rsp_q_map[que];
[all...]
H A Dqla_os.c1232 int que, cnt; local
1240 for (que = 0; que < ha->max_req_queues; que++) {
1241 req = ha->req_q_map[que];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/atl1c/
H A Datl1c_main.c67 static void atl1c_clean_rx_irq(struct atl1c_adapter *adapter, u8 que,
1817 static void atl1c_clean_rx_irq(struct atl1c_adapter *adapter, u8 que, argument
1825 struct atl1c_rfd_ring *rfd_ring = &adapter->rfd_ring[que];
1826 struct atl1c_rrd_ring *rrd_ring = &adapter->rrd_ring[que];
1892 atl1c_alloc_rx_buffer(adapter, que);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/build-aux/
H A Dtexi2html6015 'The node you are looking for is at %{href}.' => 'Le n@oe{}ud que vous recherchez est ici@ : %{href}.',
6495 ' where the @strong{ Example } assumes that the current position is at @strong{ Subsubsection One-Two-Three } of a document of the following structure:' => ' onde o @strong{ Exemplo } assume que a posi@,{c}@~ao atual localiza-se em @strong{ Subsub@,{c}@~ao Um-Dois-Tr@^es } de um documento com a seguinte estrutura:',
6587 'The node you are looking for is at %{href}.' => 'O nodo que vo@^e est@\'a olhando est@\'a em %{href}.',
6643 ' where the @strong{ Example } assumes that the current position is at @strong{ Subsubsection One-Two-Three } of a document of the following structure:' => ' onde o @strong{ Exemplo } assume que a posi@,{c}@~ao atual localiza-se em @strong{ Subsub@,{c}@~ao Um-Dois-Tr@^es } de um documento com a seguinte estrutura:',
6735 'The node you are looking for is at %{href}.' => 'O nodo que vo@^e est@\'a olhando est@\'a em %{href}.',

Completed in 314 milliseconds