Searched refs:cmdbytes (Results 1 – 6 of 6) sorted by relevance
/drivers/isdn/gigaset/ |
D | ser-gigaset.c | 129 sent, cb->len, cs->cmdbytes); in send_cb() 134 cs->cmdbytes -= cs->curlen; in send_cb() 218 cs->cmdbytes = cs->curlen = 0; in flush_send_queue() 258 cs->cmdbytes += cb->len; in gigaset_write_cmd() 281 bytes = cs->cmdbytes; in gigaset_write_room() 295 return cs->cmdbytes; in gigaset_chars_in_buffer()
|
D | usb-gigaset.c | 437 cs->cmdbytes -= cs->curlen; in send_cb() 439 cs->curlen, cs->cmdbytes); in send_cb() 509 cs->cmdbytes += cb->len; in gigaset_write_cmd() 525 bytes = cs->cmdbytes; in gigaset_write_room() 531 return cs->cmdbytes; in gigaset_chars_in_buffer()
|
D | common.c | 737 cs->cmdbytes = 0; in gigaset_initcs() 846 cs->cmdbytes = 0; in cleanup_cs()
|
D | bas-gigaset.c | 1748 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()
|
D | gigaset.h | 437 unsigned curlen, cmdbytes; member
|
/drivers/net/ethernet/sfc/ |
D | mcdi_port.c | 865 MCDI_DECLARE_BUF(cmdbytes, MC_CMD_SET_MAC_IN_LEN); in efx_mcdi_set_mac() 870 ether_addr_copy(MCDI_PTR(cmdbytes, SET_MAC_IN_ADDR), in efx_mcdi_set_mac() 873 MCDI_SET_DWORD(cmdbytes, SET_MAC_IN_MTU, in efx_mcdi_set_mac() 875 MCDI_SET_DWORD(cmdbytes, SET_MAC_IN_DRAIN, 0); in efx_mcdi_set_mac() 878 MCDI_POPULATE_DWORD_1(cmdbytes, SET_MAC_IN_REJECT, in efx_mcdi_set_mac() 897 MCDI_SET_DWORD(cmdbytes, SET_MAC_IN_FCNTL, fcntl); in efx_mcdi_set_mac() 899 return efx_mcdi_rpc(efx, MC_CMD_SET_MAC, cmdbytes, sizeof(cmdbytes), in efx_mcdi_set_mac()
|