Home
last modified time | relevance | path

Searched refs:cmdbytes (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/drivers/staging/isdn/gigaset/
Dser-gigaset.c126 sent, cb->len, cs->cmdbytes); in send_cb()
131 cs->cmdbytes -= cs->curlen; in send_cb()
215 cs->cmdbytes = cs->curlen = 0; in flush_send_queue()
255 cs->cmdbytes += cb->len; in gigaset_write_cmd()
278 bytes = cs->cmdbytes; in gigaset_write_room()
292 return cs->cmdbytes; in gigaset_chars_in_buffer()
Dusb-gigaset.c434 cs->cmdbytes -= cs->curlen; in send_cb()
436 cs->curlen, cs->cmdbytes); in send_cb()
506 cs->cmdbytes += cb->len; in gigaset_write_cmd()
522 bytes = cs->cmdbytes; in gigaset_write_room()
528 return cs->cmdbytes; in gigaset_chars_in_buffer()
Dcommon.c734 cs->cmdbytes = 0; in gigaset_initcs()
842 cs->cmdbytes = 0; in cleanup_cs()
Dgigaset.h434 unsigned curlen, cmdbytes; member
Dbas-gigaset.c1748 cs->cmdbytes -= cs->curlen; in complete_cb()
1750 cs->curlen, cs->cmdbytes); in complete_cb()
2021 cs->cmdbytes += cb->len; in gigaset_write_cmd()
2065 return cs->cmdbytes; in gigaset_chars_in_buffer()
/Linux-v5.4/drivers/net/ethernet/sfc/
Dmcdi_port.c1178 MCDI_DECLARE_BUF(cmdbytes, MC_CMD_SET_MAC_IN_LEN); in efx_mcdi_set_mac()
1183 ether_addr_copy(MCDI_PTR(cmdbytes, SET_MAC_IN_ADDR), in efx_mcdi_set_mac()
1186 MCDI_SET_DWORD(cmdbytes, SET_MAC_IN_MTU, in efx_mcdi_set_mac()
1188 MCDI_SET_DWORD(cmdbytes, SET_MAC_IN_DRAIN, 0); in efx_mcdi_set_mac()
1191 MCDI_POPULATE_DWORD_1(cmdbytes, SET_MAC_IN_REJECT, in efx_mcdi_set_mac()
1194 MCDI_POPULATE_DWORD_1(cmdbytes, SET_MAC_IN_FLAGS, in efx_mcdi_set_mac()
1214 MCDI_SET_DWORD(cmdbytes, SET_MAC_IN_FCNTL, fcntl); in efx_mcdi_set_mac()
1216 return efx_mcdi_rpc(efx, MC_CMD_SET_MAC, cmdbytes, sizeof(cmdbytes), in efx_mcdi_set_mac()