Home
last modified time | relevance | path

Searched refs:ncpi_buffer (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/drivers/isdn/hardware/eicon/
Dmessage.c2808 sendf(appl, _CONNECT_B3_ACTIVE_I, Id, 0, "S", plci->ncpi_buffer); in connect_b3_res()
6478 plci->ncpi_buffer[0] = 0; in nl_ind()
6505 PUT_WORD(&(plci->ncpi_buffer[1]), (word)(GET_DWORD(data) & 0x0000FFFF)); in nl_ind()
6523 PUT_WORD(&(plci->ncpi_buffer[3]), ncpi_opt); in nl_ind()
6524 plci->ncpi_buffer[0] = 4; in nl_ind()
6536 sendf(plci->appl, _CONNECT_B3_ACTIVE_I, Id, 0, "S", plci->ncpi_buffer); in nl_ind()
6647 plci->ncpi_buffer[0] = 0; in nl_ind()
6654 for (i = 0; i < plci->NL.RLength; i++) plci->ncpi_buffer[4 + i] = plci->NL.RBuffer->P[i]; in nl_ind()
6655 plci->ncpi_buffer[0] = (byte)(i + 3); in nl_ind()
6656 plci->ncpi_buffer[1] = (byte)(plci->NL.Ind & N_D_BIT ? 1 : 0); in nl_ind()
[all …]
Ddivacapi.h269 byte ncpi_buffer[NCPI_BUFFER_SIZE]; member