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

/linux-master/drivers/net/wwan/iosm/
H A Diosm_ipc_protocol_ops.c297 struct ipc_protocol_td *p_td = &pipe->tdr_start[pipe->old_tail]; local
305 if (!p_td->buffer.address) {
310 if (p_td->buffer.address != IPC_CB(skb)->mapping) {
375 struct ipc_protocol_td *p_td; local
382 p_td = &pipe->tdr_start[pipe->old_tail];
397 } else if (!p_td->buffer.address) {
404 if (p_td->buffer.address != IPC_CB(skb)->mapping) {
406 (unsigned long long)p_td->buffer.address, skb->data);
410 } else if ((le32_to_cpu(p_td->scs) & SIZE_MASK) > pipe->buf_size) {
412 le32_to_cpu(p_td
[all...]

Completed in 73 milliseconds